Chromium Code Reviews| Index: src/parser.h |
| diff --git a/src/parser.h b/src/parser.h |
| index c7bf8bfd45c0126a87e03bae0f4e3de4cd249098..1fab7248b7dfc09833ea02964e2f613a0ba37cd3 100644 |
| --- a/src/parser.h |
| +++ b/src/parser.h |
| @@ -785,6 +785,8 @@ class Parser : public ParserBase<ParserTraits> { |
| bool is_generator, |
| bool* ok); |
| + void HandleMagicComments(); |
| + |
| void ThrowPendingError(); |
| Isolate* isolate_; |