Revision: 14923
Author:   [email protected]
Date:     Mon Jun  3 09:01:51 2013
Log:      Fix windows build.

[email protected]
BUG=

Review URL: https://chromiumcodereview.appspot.com/15927012
http://code.google.com/p/v8/source/detail?r=14923

Modified:
 /branches/bleeding_edge/src/compiler.cc

=======================================
--- /branches/bleeding_edge/src/compiler.cc     Mon Jun  3 08:32:22 2013
+++ /branches/bleeding_edge/src/compiler.cc     Mon Jun  3 09:01:51 2013
@@ -424,7 +424,7 @@
// graph creation. To make sure that we don't encounter inconsistencies
     // between graph creation and code generation, we disallow accessing
     // objects through deferred handles during the latter, with exceptions.
-    DisallowDeferredHandleDereference no_deferred_handle_deref();
+    DisallowDeferredHandleDereference no_deferred_handle_deref;
     Handle<Code> optimized_code = chunk_->Codegen();
     if (optimized_code.is_null()) {
       info()->set_bailout_reason("code generation failed");

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