Changeset 47338 in webkit for trunk/JavaScriptCore/yarr/RegexInterpreter.cpp
- Timestamp:
- Aug 16, 2009, 6:14:33 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/yarr/RegexInterpreter.cpp
r47337 r47338 609 609 610 610 resetMatches(term, context); 611 popParenthesesDisjunctionContext(backTrack); 611 612 freeParenthesesDisjunctionContext(context); 612 popParenthesesDisjunctionContext(backTrack);613 613 } 614 614 … … 911 911 } else { 912 912 resetMatches(term, context); 913 popParenthesesDisjunctionContext(backTrack); 913 914 freeParenthesesDisjunctionContext(context); 914 popParenthesesDisjunctionContext(backTrack);915 915 } 916 916 … … 950 950 // pop a match off the stack 951 951 resetMatches(term, context); 952 popParenthesesDisjunctionContext(backTrack); 952 953 freeParenthesesDisjunctionContext(context); 953 popParenthesesDisjunctionContext(backTrack);954 954 } 955 955
Note:
See TracChangeset
for help on using the changeset viewer.