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

Unified Diff: src/parsing/parser.h

Issue 2502633002: [parser] Only log messages using the pending error handling (Closed)
Patch Set: Delete more unused code Created 4 years, 1 month 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 | « no previous file | src/parsing/parser.cc » ('j') | src/pending-compilation-error-handler.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/parsing/parser.h
diff --git a/src/parsing/parser.h b/src/parsing/parser.h
index 19384f6fdba3581cc78d0c55a68ed2c1d5a98966..7fac2d4b504df0a72a1bf5e631c6e0f9c6b3946f 100644
--- a/src/parsing/parser.h
+++ b/src/parsing/parser.h
@@ -102,8 +102,6 @@ class ParseData {
FunctionEntry GetFunctionEntry(int start);
int FunctionCount();
- bool HasError();
-
unsigned* Data() { // Writable data as unsigned int array.
return reinterpret_cast<unsigned*>(const_cast<byte*>(script_data_->data()));
}
« no previous file with comments | « no previous file | src/parsing/parser.cc » ('j') | src/pending-compilation-error-handler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698