Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(697)

Unified Diff: src/lexer/lexer.h

Issue 43883003: Experimental scanner: HTML comments. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/parser
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/lexer/lexer.re » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/lexer/lexer.h
diff --git a/src/lexer/lexer.h b/src/lexer/lexer.h
index 259f42628ddcd3c36671dbac60c45cef420ee21f..087b46c3ec884c791d9095c068f587dab8623eb5 100644
--- a/src/lexer/lexer.h
+++ b/src/lexer/lexer.h
@@ -71,6 +71,8 @@ class PushScanner {
uint8_t yych;
uint32_t yyaccept;
+ bool just_seen_line_terminator_;
+
ExperimentalScanner* sink_;
};
« no previous file with comments | « no previous file | src/lexer/lexer.re » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698