Index: src/hydrogen-instructions.cc |
diff --git a/src/hydrogen-instructions.cc b/src/hydrogen-instructions.cc |
index df22bfde93b5a0ffb6646e8ab6b0ae93f3f6d812..d3cc8a62b4d8623f572937297dcb06e9f141b5c7 100644 |
--- a/src/hydrogen-instructions.cc |
+++ b/src/hydrogen-instructions.cc |
@@ -778,8 +778,7 @@ void HHasInstanceTypeAndBranch::PrintDataTo(StringStream* stream) { |
void HTypeofIsAndBranch::PrintDataTo(StringStream* stream) { |
value()->PrintNameTo(stream); |
stream->Add(" == "); |
- AssertNoAllocation no_alloc; |
- stream->Add(type_literal_->GetFlatContent(no_alloc).ToAsciiVector()); |
+ stream->Add(type_literal_->GetFlatContent().ToAsciiVector()); |
} |