Chromium Code Reviews| Index: runtime/vm/scanner.h |
| =================================================================== |
| --- runtime/vm/scanner.h (revision 27888) |
| +++ runtime/vm/scanner.h (working copy) |
| @@ -166,7 +166,7 @@ |
| void ScanLiteralString(bool is_raw); |
| // Read the characters of a string literal. |
| - void ScanLiteralStringChars(bool is_raw); |
| + void ScanLiteralStringChars(bool is_raw, bool is_first_line); |
| // Reads a fixed number of hexadecimal digits. |
| bool ScanHexDigits(int digits, int32_t* value); |