| Index: src/preparser.h
|
| diff --git a/src/preparser.h b/src/preparser.h
|
| index 2ffd3580225ec79371ba90c7e1e10535d42f44b3..8dffa414f0fc2789a0f7c92e54574f366556f4d7 100644
|
| --- a/src/preparser.h
|
| +++ b/src/preparser.h
|
| @@ -467,7 +467,7 @@ class ParserBase : public Traits {
|
| void ReportMessageAt(Scanner::Location location, const char* message,
|
| bool is_reference_error = false) {
|
| Traits::ReportMessageAt(location, message,
|
| - reinterpret_cast<const char*>(NULL),
|
| + reinterpret_cast<const char*>(0),
|
| is_reference_error);
|
| }
|
|
|
|
|