Changeset 80018 in webkit for trunk/Source/JavaScriptCore/yarr/YarrPattern.cpp
- Timestamp:
- Mar 1, 2011, 11:54:39 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/yarr/YarrPattern.cpp
r79594 r80018 993 993 994 994 constructor.setupOffsets(); 995 constructor.setupBeginChars(); 995 // TODO: Disabling the begin characters optimization due to problems found 996 // in https://bugs.webkit.org/show_bug.cgi?id=54978. 997 // A new defect was filed to track this issue: 998 // https://bugs.webkit.org/show_bug.cgi?id=55479 999 // constructor.setupBeginChars(); 996 1000 997 1001 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.