Changeset 59974 in webkit for trunk/JavaScriptCore/runtime/JSString.cpp
- Timestamp:
- May 21, 2010, 4:49:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSString.cpp
r59170 r59974 58 58 ASSERT(!isRope()); 59 59 ASSERT(m_value == UString()); 60 throwOutOfMemoryError(exec); 60 if (exec) 61 throwOutOfMemoryError(exec); 61 62 return; 62 63 }
Note:
See TracChangeset
for help on using the changeset viewer.