Chromium Code Reviews| Index: src/preparse-data.h |
| diff --git a/src/preparse-data.h b/src/preparse-data.h |
| index b5007f28add67d102bf34e2cebded1acb49564f4..3842a7c53a51c9eb4a8c939d1ef33527030bd48b 100644 |
| --- a/src/preparse-data.h |
| +++ b/src/preparse-data.h |
| @@ -31,6 +31,7 @@ |
| #include "allocation.h" |
| #include "hashmap.h" |
| #include "utils-inl.h" |
| +#include "preparse-data-format.h" |
|
Michael Starzinger
2014/04/23 09:07:10
nit: Is it possible to alpha-sort includes here?
|
| namespace v8 { |
| namespace internal { |
| @@ -127,7 +128,7 @@ class SingletonLogger : public ParserRecorder { |
| return strict_mode_; |
| } |
| int is_reference_error() const { return is_reference_error_; } |
| - const char* message() { |
| + const char* message() const { |
| ASSERT(has_error_); |
| return message_; |
| } |