Changeset 427 for trunk/JavaScriptCore/API/JSStringRef.cpp
- Timestamp:
- 08/01/08 14:47:24 (5 months ago)
- Files:
-
- trunk/JavaScriptCore/API/JSStringRef.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/JavaScriptCore/API/JSStringRef.cpp
r424 r427 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
