Changeset 28110 in webkit for trunk/JavaScriptCore/kjs/ExecState.h
- Timestamp:
- Nov 28, 2007, 5:12:03 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/ExecState.h
r28106 r28110 101 101 void setGlobalObject(JSGlobalObject*); 102 102 103 void mark Children(MarkStack&);103 void mark(); 104 104 105 105 // This is a workaround to avoid accessing the global variables for these identifiers in
Note:
See TracChangeset
for help on using the changeset viewer.