Changeset 45546 in webkit for trunk/JavaScriptCore/runtime/RegExpConstructor.cpp
- Timestamp:
- Jul 4, 2009, 10:53:20 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/RegExpConstructor.cpp
r45545 r45546 207 207 unsigned i = d->lastNumSubPatterns; 208 208 if (i > 0) { 209 ASSERT( d->lastOvector);209 ASSERT(!d->lastOvector().isEmpty()); 210 210 int start = d->lastOvector()[2 * i]; 211 211 if (start >= 0)
Note:
See TracChangeset
for help on using the changeset viewer.