Changeset 35418 in webkit for trunk/JavaScriptCore/API/JSStringRef.cpp
- Timestamp:
- Jul 29, 2008, 1:16:17 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSStringRef.cpp
r35159 r35418 65 65 { 66 66 UString::Rep* rep = toJS(string); 67 bool needsLocking = rep->identifierTable ;67 bool needsLocking = rep->identifierTable(); 68 68 if (needsLocking) { 69 69 // It is wasteful to take the lock for non-shared contexts, but we don't have a good way
Note:
See TracChangeset
for help on using the changeset viewer.