Changeset 35184 in webkit for trunk/JavaScriptCore/kjs/JSGlobalObject.cpp
- Timestamp:
- Jul 15, 2008, 10:48:00 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSGlobalObject.cpp
r35159 r35184 122 122 d()->globalExec.set(new ExecState(this, thisValue, d()->globalScopeChain.node())); 123 123 124 d()->p ageGroupIdentifier= 0;124 d()->profileGroup = 0; 125 125 126 126 reset(prototype());
Note:
See TracChangeset
for help on using the changeset viewer.