| Index: src/preparser.h
|
| diff --git a/src/preparser.h b/src/preparser.h
|
| index e3868ff665a088efa431b4ba025fb82cf3d3d3e0..5fb60d00bb3fe43689c5fc9ba05584da81901f91 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);
|
| }
|
|
|
|
|