Changeset 43220 in webkit for trunk/JavaScriptCore/runtime/JSGlobalObject.h
- Timestamp:
- May 5, 2009, 4:34:23 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSGlobalObject.h
r43122 r43220 25 25 #include "JSGlobalData.h" 26 26 #include "JSVariableObject.h" 27 #include "NativeFunctionWrapper.h" 27 28 #include "NumberPrototype.h" 28 29 #include "StringPrototype.h" … … 108 109 109 110 GlobalEvalFunction* evalFunction; 110 PrototypeFunction* callFunction;111 PrototypeFunction* applyFunction;111 NativeFunctionWrapper* callFunction; 112 NativeFunctionWrapper* applyFunction; 112 113 113 114 ObjectPrototype* objectPrototype;
Note:
See TracChangeset
for help on using the changeset viewer.