Changeset 37759 in webkit for trunk/JavaScriptCore/kjs/JSGlobalObject.h
- Timestamp:
- Oct 20, 2008, 11:08:06 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSGlobalObject.h
r37730 r37759 142 142 void* operator new(size_t, JSGlobalData*); 143 143 144 explicit JSGlobalObject( JSGlobalData* globalData)145 : JSVariableObject( globalData->nullProtoStructureID, new JSGlobalObjectData)144 explicit JSGlobalObject() 145 : JSVariableObject(JSGlobalObject::createStructureID(jsNull()), new JSGlobalObjectData) 146 146 { 147 147 init(this);
Note:
See TracChangeset
for help on using the changeset viewer.