diff options
Diffstat (limited to 'lang/v8/files/patch-src_jsregexp.h')
-rw-r--r-- | lang/v8/files/patch-src_jsregexp.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/v8/files/patch-src_jsregexp.h b/lang/v8/files/patch-src_jsregexp.h deleted file mode 100644 index c4d9009f4636..000000000000 --- a/lang/v8/files/patch-src_jsregexp.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/jsregexp.h.orig 2011-09-23 16:55:52.000000000 +0800 -+++ src/jsregexp.h 2011-09-23 16:56:04.000000000 +0800 -@@ -1071,7 +1071,7 @@ class ChoiceNode: public RegExpNode { - virtual bool try_to_emit_quick_check_for_alternative(int i) { return true; } - - protected: -- int GreedyLoopTextLength(GuardedAlternative* alternative); -+ int GreedyLoopTextLengthForAlternative(GuardedAlternative* alternative); - ZoneList<GuardedAlternative>* alternatives_; - - private: |