Changeset 67683 in webkit for trunk/JavaScriptCore/wtf/text/StringImpl.cpp
- Timestamp:
- Sep 16, 2010, 6:18:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/text/StringImpl.cpp
r66119 r67683 49 49 AtomicString::remove(this); 50 50 #if USE(JSC) 51 if (isIdentifier()) 52 wtfThreadData().currentIdentifierTable()->remove(this); 51 if (isIdentifier()) { 52 if (!wtfThreadData().currentIdentifierTable()->remove(this)) 53 CRASH(); 54 } 53 55 #endif 54 56
Note:
See TracChangeset
for help on using the changeset viewer.