| Index: src/scopes.h
|
| diff --git a/src/scopes.h b/src/scopes.h
|
| index 5e3dc1f0654bf65c3ee738665fcb7bf2107be63b..9e22d1c47b980549ab6ff4dd31658fc47c933a00 100644
|
| --- a/src/scopes.h
|
| +++ b/src/scopes.h
|
| @@ -503,7 +503,8 @@ class Scope: public ZoneObject {
|
| }
|
|
|
| // Error handling.
|
| - void ReportMessage(int start_position, int end_position, const char* message,
|
| + void ReportMessage(int start_position, int end_position,
|
| + MessageTemplate::Template message,
|
| const AstRawString* arg);
|
|
|
| // ---------------------------------------------------------------------------
|
|
|