Changeset 61750 in webkit for trunk/JavaScriptCore/runtime/JSString.cpp
- Timestamp:
- Jun 24, 2010, 2:11:04 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSString.cpp
r59974 r61750 151 151 builder.append(replacement); 152 152 builder.append(UString(string).substr(matchPosition + 1)); 153 matchString = 0; 153 154 } 154 155
Note:
See TracChangeset
for help on using the changeset viewer.