Revision: 18088
Author:   [email protected]
Date:     Tue Nov 26 17:56:14 2013 UTC
Log:      Experimental scanner, fixing the previous commit

[email protected]
BUG=

Review URL: https://codereview.chromium.org/88783003
http://code.google.com/p/v8/source/detail?r=18088

Modified:
 /branches/experimental/parser/src/lexer/experimental-scanner.h

=======================================
--- /branches/experimental/parser/src/lexer/experimental-scanner.h Tue Nov 26 17:52:31 2013 UTC +++ /branches/experimental/parser/src/lexer/experimental-scanner.h Tue Nov 26 17:56:14 2013 UTC
@@ -294,6 +294,7 @@
   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