blob: c0b70fc2b93bd8e618cbe76d9f348c0210cbb633 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- v8/src/preparser.h.orig 2014-10-10 09:16:50 UTC
+++ v8/src/preparser.h
@@ -450,7 +450,7 @@
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*>(__null),
is_reference_error);
}
|