Changeset 34810 in webkit for trunk/JavaScriptCore/kjs/JSGlobalObject.h
- Timestamp:
- Jun 26, 2008, 11:59:26 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSGlobalObject.h
r34754 r34810 162 162 163 163 // Per-thread linked list of all global objects. 164 static JSGlobalObject*& head() { return JSGlobalData::threadInstance().head; }164 JSGlobalObject*& head() { return d()->globalData->head; } 165 165 JSGlobalObject* next() { return d()->next; } 166 166
Note:
See TracChangeset
for help on using the changeset viewer.