Show
Ignore:
Timestamp:
08/18/08 11:14:49 (5 months ago)
Author:
odole
Message:

merge with webkit revision 35814

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/JavaScriptCore/kjs/JSFunction.h

    r381 r440  
    3939 
    4040    class JSFunction : public InternalFunction { 
     41        typedef InternalFunction Base; 
    4142    public: 
    4243        JSFunction(ExecState*, const Identifier&, FunctionBodyNode*, ScopeChainNode*);