Ignore:
Timestamp:
Dec 6, 2012, 11:34:27 AM (13 years ago)
Author:
[email protected]
Message:

Build fix, last patch rolled out logic that is now needed on ToT.

File:
1 edited

Legend:

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

    r136860 r136863  
    152152    ExpressionType createFunctionExpr(const JSTokenLocation&, const Identifier*, int, int, int, int, int, int) { return FunctionExpr; }
    153153    int createFunctionBody(const JSTokenLocation&, bool) { return 1; }
     154    void setFunctionStart(int, int) { }
    154155    int createArguments() { return 1; }
    155156    int createArguments(int) { return 1; }
Note: See TracChangeset for help on using the changeset viewer.