Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(219)

Unified Diff: src/preparse-data.h

Issue 214883002: Two-threaded parser (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: rebased Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/parser-thread.cc ('k') | src/preparser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/preparse-data.h
diff --git a/src/preparse-data.h b/src/preparse-data.h
index cc7790a03358f8b23c2c93b9e6add844bde166d1..a0beaed4df48f3a48e9dbbea516855d4b202cbe3 100644
--- a/src/preparse-data.h
+++ b/src/preparse-data.h
@@ -7,6 +7,7 @@
#include "allocation.h"
#include "hashmap.h"
+#include "preparse-data-format.h"
#include "utils-inl.h"
namespace v8 {
@@ -94,7 +95,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_;
}
« no previous file with comments | « src/parser-thread.cc ('k') | src/preparser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698