Changeset 41912 in webkit for trunk/JavaScriptCore/runtime/Completion.cpp
- Timestamp:
- Mar 23, 2009, 11:27:22 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/Completion.cpp
r40046 r41912 69 69 if (exception) { 70 70 if (exception.isObject() && asObject(exception)->isWatchdogException()) 71 return Completion(Interrupted, result);71 return Completion(Interrupted, exception); 72 72 return Completion(Throw, exception); 73 73 }
Note:
See TracChangeset
for help on using the changeset viewer.