Chromium Code Reviews| Index: src/contexts.h |
| diff --git a/src/contexts.h b/src/contexts.h |
| index 4881c8fdc52f7ce83760942b32a2e23b2463c9fd..f30df54175397803e596825a81018d80573c9692 100644 |
| --- a/src/contexts.h |
| +++ b/src/contexts.h |
| @@ -11,6 +11,7 @@ |
| namespace v8 { |
| namespace internal { |
| +class RegExpMatchInfo; |
| enum ContextLookupFlags { |
| FOLLOW_CONTEXT_CHAIN = 1 << 0, |