Reviewers: dcarney,

Message:
Committed patchset #1 manually as r18088.

Description:
Experimental scanner, fixing the previous commit

[email protected]
BUG=

Committed: https://code.google.com/p/v8/source/detail?r=18088

Please review this at https://codereview.chromium.org/88783003/

SVN Base: https://v8.googlecode.com/svn/branches/experimental/parser

Affected files (+1, -0 lines):
  M src/lexer/experimental-scanner.h


Index: src/lexer/experimental-scanner.h
diff --git a/src/lexer/experimental-scanner.h b/src/lexer/experimental-scanner.h index 39c3304cae7fe86c699c69d5c614e2dbb89659db..05423c6b669a70eaa46c7f7f9e4be26aa7c2ed13 100644
--- a/src/lexer/experimental-scanner.h
+++ b/src/lexer/experimental-scanner.h
@@ -294,6 +294,7 @@ void ExperimentalScanner<Char>::SeekForward(int pos) {
   cursor_ = buffer_ + pos;
   start_ = cursor_;
   marker_ = cursor_;
+  has_line_terminator_before_next_ = false;
   Scan();  // Fills in next_.
 }



--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to