Changeset 35478 in webkit for trunk/JavaScriptCore/API/JSStringRef.cpp
- Timestamp:
- Jul 31, 2008, 5:19:22 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSStringRef.cpp
r35418 r35478 31 31 32 32 #include "APICast.h" 33 #include <kjs/JSLock.h>34 33 #include <kjs/JSType.h> 35 34 #include <kjs/JSString.h> … … 69 68 // It is wasteful to take the lock for non-shared contexts, but we don't have a good way 70 69 // to determine what the context is. 71 JSLock lock(true);72 70 rep->deref(); 73 71 } else
Note:
See TracChangeset
for help on using the changeset viewer.