Changeset 10563 in webkit for trunk/JavaScriptCore/kjs/interpreter.cpp
- Timestamp:
- Sep 18, 2005, 11:57:28 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/interpreter.cpp
r10084 r10563 135 135 #if APPLE_CHANGES 136 136 if (shouldPrintExceptions() && comp.complType() == Throw) { 137 lock();137 InterpreterLock lock; 138 138 ExecState *exec = rep->globalExec(); 139 139 char *f = strdup(sourceURL.ascii()); … … 142 142 143 143 free(f); 144 unlock();145 144 } 146 145 #endif
Note:
See TracChangeset
for help on using the changeset viewer.