Index: src/parsing/scanner.h |
diff --git a/src/parsing/scanner.h b/src/parsing/scanner.h |
index 53742c0b4bdb06363814c3248b18a7865b46c6be..0cde0c2c02b79dd172cdbd613d8717af8c01f745 100644 |
--- a/src/parsing/scanner.h |
+++ b/src/parsing/scanner.h |
@@ -340,7 +340,7 @@ |
// -1 is outside of the range of any real source code. |
static const int kNoOctalLocation = -1; |
- Scanner(UnicodeCache* scanner_contants, bool allow_html_comments); |
+ explicit Scanner(UnicodeCache* scanner_contants); |
void Initialize(Utf16CharacterStream* source); |
@@ -761,9 +761,6 @@ |
// Whether there is a multi-line comment that contains a |
// line-terminator after the current token, and before the next. |
bool has_multiline_comment_before_next_; |
- // Whether to allow HTML comments (that is, skip over them, rather than |
- // reporting the comment marker as a sequence of tokens.) |
- bool allow_html_comments_; |
// Whether this scanner encountered an HTML comment. |
bool found_html_comment_; |