Reviewers: Michael Starzinger,

Description:
Fix win32.

[email protected]
BUG=

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

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+1, -2 lines):
  M src/compiler/scheduler.cc


Index: src/compiler/scheduler.cc
diff --git a/src/compiler/scheduler.cc b/src/compiler/scheduler.cc
index 9f194cb32713c61dde6c34c4fe45c04ce64364be..458c2963b291550ee808ebf6a26fd7ab5e5da46d 100644
--- a/src/compiler/scheduler.cc
+++ b/src/compiler/scheduler.cc
@@ -262,8 +262,7 @@ Scheduler::Scheduler(Zone* zone, Graph* graph, Schedule* schedule)
       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