Changeset 37297 in webkit for trunk/JavaScriptCore/kjs/InternalFunction.h
- Timestamp:
- Oct 4, 2008, 2:12:54 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/InternalFunction.h
r37257 r37297 37 37 static const ClassInfo info; 38 38 39 const UString& name( ExecState*);39 const UString& name(JSGlobalData*); 40 40 41 41 static PassRefPtr<StructureID> createStructureID(JSValue* proto)
Note:
See TracChangeset
for help on using the changeset viewer.