Changeset 44705 in webkit for trunk/JavaScriptCore/runtime/JSGlobalData.h
- Timestamp:
- Jun 15, 2009, 8:01:12 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSGlobalData.h
r44550 r44705 132 132 JSValue exception; 133 133 #if ENABLE(JIT) 134 void*exceptionLocation;134 ReturnAddressPtr exceptionLocation; 135 135 #endif 136 136
Note:
See TracChangeset
for help on using the changeset viewer.