Changeset 32587 in webkit for trunk/JavaScriptCore/kjs/JSGlobalObject.h
- Timestamp:
- Apr 25, 2008, 7:02:31 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSGlobalObject.h
r32495 r32587 59 59 class RegExpPrototype; 60 60 class RuntimeMethod; 61 class SavedBuiltins;62 61 class ScopeChain; 63 62 class StringObjectImp; … … 215 214 unsigned pageGroupIdentifier() const { return d()->pageGroupIdentifier; } 216 215 217 void saveBuiltins(SavedBuiltins&) const;218 void restoreBuiltins(const SavedBuiltins&);219 220 216 void setTimeoutTime(unsigned timeoutTime) { d()->timeoutTime = timeoutTime; } 221 217 void startTimeoutCheck();
Note:
See TracChangeset
for help on using the changeset viewer.