Revision: 17640
Author:   [email protected]
Date:     Tue Nov 12 11:54:56 2013 UTC
Log:      Experimental parser: build fix

BUG=
[email protected]

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

Modified:
 /branches/experimental/parser/src/lexer/lexer-shell.cc

=======================================
--- /branches/experimental/parser/src/lexer/lexer-shell.cc Thu Nov 7 12:13:37 2013 UTC +++ /branches/experimental/parser/src/lexer/lexer-shell.cc Tue Nov 12 11:54:56 2013 UTC
@@ -80,7 +80,8 @@
   BaselineScanner(const char* fname,
                   Isolate* isolate,
                   Encoding encoding,
-                  ElapsedTimer* timer) {
+                  ElapsedTimer* timer)
+      : stream_(NULL) {
     int length = 0;
     source_ = ReadFile(fname, isolate, &length);
     unicode_cache_ = new UnicodeCache();

--
--
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