Chromium Code Reviews| Index: src/parser.h |
| =================================================================== |
| --- src/parser.h (revision 11679) |
| +++ src/parser.h (working copy) |
| @@ -449,6 +449,9 @@ |
| void ReportMessageAt(Scanner::Location loc, |
| const char* message, |
| Vector<Handle<String> > args); |
| + void EmergencyReportMessageAt(MessageLocation* location, |
|
ulan
2012/05/31 08:48:52
Dead code.
Erik Corry
2012/05/31 12:25:17
Done.
|
| + const char* message, |
| + Vector<const char*> args); |
| private: |
| // Limit on number of function parameters is chosen arbitrarily. |