Ignore:
Timestamp:
Dec 8, 2014, 9:53:00 PM (10 years ago)
Author:
[email protected]
Message:

Fix EFL build fix since r177001
https://bugs.webkit.org/show_bug.cgi?id=139428

Unreviewed, EFL build fix.

Do not inherit duplicated class. ExpressionNode is already
child of ParserArenaFreeable class.

  • parser/Nodes.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/parser/Nodes.h

    r177001 r177010  
    10971097    };
    10981098   
    1099     class CommaNode final : public ExpressionNode, public ParserArenaFreeable {
     1099    class CommaNode final : public ExpressionNode {
    11001100    public:
    11011101        CommaNode(const JSTokenLocation&, ExpressionNode*);
Note: See TracChangeset for help on using the changeset viewer.