Revision: 23412
Author:   [email protected]
Date:     Tue Aug 26 15:35:26 2014 UTC
Log:      Fix win32.

[email protected]
BUG=

Review URL: https://codereview.chromium.org/508653002
https://code.google.com/p/v8/source/detail?r=23412

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

=======================================
--- /branches/bleeding_edge/src/compiler/scheduler.cc Tue Aug 26 15:25:07 2014 UTC +++ /branches/bleeding_edge/src/compiler/scheduler.cc Tue Aug 26 15:35:26 2014 UTC
@@ -262,8 +262,7 @@
       schedule_(schedule),
       scheduled_nodes_(zone),
       schedule_root_nodes_(zone),
-      node_data_(graph_->NodeCount(),
-                 SchedulerData{0, 0, false, false, kUnknown}, zone),
+ node_data_(graph_->NodeCount(), {0, 0, false, false, kUnknown}, zone),
       has_floating_control_(false) {}


--
--
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/d/optout.

Reply via email to