| Index: src/parsing/scanner.h
|
| diff --git a/src/parsing/scanner.h b/src/parsing/scanner.h
|
| index 115c760ca45f8abb14be68bb374c6a86a53722ae..46949a07db4fbb056c930122afe967078a23ef9a 100644
|
| --- a/src/parsing/scanner.h
|
| +++ b/src/parsing/scanner.h
|
| @@ -534,6 +534,7 @@ class Scanner {
|
| bool BookmarkHasBeenSet();
|
| bool BookmarkHasBeenReset();
|
| void DropBookmark();
|
| + void CopyToNextTokenDesc(TokenDesc* from);
|
| static void CopyTokenDesc(TokenDesc* to, TokenDesc* from);
|
|
|
| void ReportScannerError(const Location& location,
|
|
|