Changeset 12534 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Feb 2, 2006, 1:00:48 PM (19 years ago)
Author:
staikos
Message:

Reviewed by Maciej.

  • kjs/lookup.h: Fix compile, merged from KDE.
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r12523 r12534  
     12006-02-02  George Staikos <[email protected]>
     2
     3        Reviewed by Maciej.
     4
     5        * kjs/lookup.h: Fix compile, merged from KDE.
     6
    172006-02-02  Darin Adler  <[email protected]>
    28
  • trunk/JavaScriptCore/kjs/lookup.h

    r12470 r12534  
    306306  friend KJS::JSObject *KJS_GCC_ROOT_NS_HACK cacheGlobalObject<ClassProto>(KJS::ExecState *exec, const KJS::Identifier &propertyName); \
    307307  public: \
    308     static KJS::JSObject *ClassProto::self(KJS::ExecState *exec); \
     308    static KJS::JSObject *self(KJS::ExecState *exec); \
    309309    virtual const KJS::ClassInfo *classInfo() const { return &info; } \
    310310    static const KJS::ClassInfo info; \
Note: See TracChangeset for help on using the changeset viewer.