Changeset 28173 in webkit for trunk/JavaScriptCore/kjs/regexp.cpp
- Timestamp:
- Nov 29, 2007, 3:30:52 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/regexp.cpp
r27763 r28173 108 108 #ifndef NDEBUG 109 109 if (numMatches != JSRegExpErrorNoMatch) 110 fprintf(stderr, " KJS: pcre_exec()failed with result %d\n", numMatches);110 fprintf(stderr, "jsRegExpExecute failed with result %d\n", numMatches); 111 111 #endif 112 112 if (ovector)
Note:
See TracChangeset
for help on using the changeset viewer.