Index: src/parser.h |
diff --git a/src/parser.h b/src/parser.h |
index 949b99e79130e02b167d1547ac4e1d13df5414c4..efb7706086d20d3c59ecd8ac6303ea6dc70b0a37 100644 |
--- a/src/parser.h |
+++ b/src/parser.h |
@@ -463,7 +463,7 @@ class Parser BASE_EMBEDDED { |
void ReportMessageAt(Scanner::Location loc, |
const char* message, |
- Vector<const char*> args = Vector<const char*>::empty()); |
+ Vector<const char*> args); |
void ReportMessageAt(Scanner::Location loc, |
const char* message, |
Vector<Handle<String> > args); |
@@ -879,7 +879,6 @@ class Parser BASE_EMBEDDED { |
CompilationInfo* info_; |
friend class BlockState; |
friend class FunctionState; |
- friend class ObjectLiteralChecker<Parser>; |
}; |