Changeset 12534 in webkit for trunk/JavaScriptCore
- Timestamp:
- Feb 2, 2006, 1:00:48 PM (19 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r12523 r12534 1 2006-02-02 George Staikos <[email protected]> 2 3 Reviewed by Maciej. 4 5 * kjs/lookup.h: Fix compile, merged from KDE. 6 1 7 2006-02-02 Darin Adler <[email protected]> 2 8 -
trunk/JavaScriptCore/kjs/lookup.h
r12470 r12534 306 306 friend KJS::JSObject *KJS_GCC_ROOT_NS_HACK cacheGlobalObject<ClassProto>(KJS::ExecState *exec, const KJS::Identifier &propertyName); \ 307 307 public: \ 308 static KJS::JSObject * ClassProto::self(KJS::ExecState *exec); \308 static KJS::JSObject *self(KJS::ExecState *exec); \ 309 309 virtual const KJS::ClassInfo *classInfo() const { return &info; } \ 310 310 static const KJS::ClassInfo info; \
Note:
See TracChangeset
for help on using the changeset viewer.