Index: src/jsregexp.h |
diff --git a/src/jsregexp.h b/src/jsregexp.h |
index 13f9e2ea06bfd777801d09b05a207560c0cad51a..3bd5e0089393631eeca7c7ca8aa54d5e89f506f2 100644 |
--- a/src/jsregexp.h |
+++ b/src/jsregexp.h |
@@ -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: |