Changeset 34580 in webkit for trunk/JavaScriptCore/kjs/object.h
- Timestamp:
- Jun 15, 2008, 8:02:57 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/object.h
r34578 r34580 35 35 namespace KJS { 36 36 37 class InternalFunction Imp;37 class InternalFunction; 38 38 class PropertyNameArray; 39 39 … … 425 425 426 426 // convenience to add a function property under the function's own built-in name 427 void putDirectFunction(InternalFunction Imp*, int attr = 0);427 void putDirectFunction(InternalFunction*, int attr = 0); 428 428 429 429 void fillGetterPropertySlot(PropertySlot& slot, JSValue **location);
Note:
See TracChangeset
for help on using the changeset viewer.