Changeset 34793 in webkit for trunk/JavaScriptCore/kjs/Shell.cpp
- Timestamp:
- Jun 25, 2008, 1:38:07 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/Shell.cpp
r34790 r34793 299 299 res = jscmain(argc, argv); 300 300 #ifndef NDEBUG 301 JSLock lock;301 JSLock::lock(); 302 302 JSGlobalData::threadInstance().heap->collect(); 303 JSLock::unlock(); 303 304 #endif 304 305 EXCEPT(res = 3)
Note:
See TracChangeset
for help on using the changeset viewer.