Changeset 37799 in webkit for trunk/JavaScriptCore/VM/ExceptionHelpers.cpp
- Timestamp:
- Oct 22, 2008, 5:11:11 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/ExceptionHelpers.cpp
r37684 r37799 52 52 public: 53 53 InterruptedExecutionError(JSGlobalData* globalData) 54 : JSObject(globalData-> nullProtoStructureID)54 : JSObject(globalData->interruptedExecutionErrorStructure) 55 55 { 56 56 }
Note:
See TracChangeset
for help on using the changeset viewer.