Index: src/hydrogen.cc |
diff --git a/src/hydrogen.cc b/src/hydrogen.cc |
index 1a1292b62565b62ee7443e982e4060d36a65cc46..e6edf329b22a58546a8c2b117b63d6a75c6a6415 100644 |
--- a/src/hydrogen.cc |
+++ b/src/hydrogen.cc |
@@ -803,7 +803,7 @@ void HGraphBuilder::IfBuilder::Then() { |
// so that the graph builder visits it and sees any live range extending |
// constructs within it. |
HConstant* constant_false = builder_->graph()->GetConstantFalse(); |
- ToBooleanStub::Types boolean_type = ToBooleanStub::no_types(); |
+ ToBooleanStub::Types boolean_type = ToBooleanStub::Types(); |
boolean_type.Add(ToBooleanStub::BOOLEAN); |
HBranch* branch = |
new(zone()) HBranch(constant_false, first_true_block_, |