Index: src/hydrogen.cc |
diff --git a/src/hydrogen.cc b/src/hydrogen.cc |
index 16aa5e8acc22f31c3dc6488f01e99b58cdd1bc7c..b6a767482597e68eb03f5b7955a606a62961b71b 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_, |