Index: src/mips64/lithium-mips64.cc |
diff --git a/src/mips64/lithium-mips64.cc b/src/mips64/lithium-mips64.cc |
index 48926117bbe65a9be7e10bd13c164b8b508e254f..6fbde58f16bcdd409f1c2b2dac9429681a570cf5 100644 |
--- a/src/mips64/lithium-mips64.cc |
+++ b/src/mips64/lithium-mips64.cc |
@@ -323,7 +323,7 @@ void LAccessArgumentsAt::PrintDataTo(StringStream* stream) { |
void LStoreNamedField::PrintDataTo(StringStream* stream) { |
object()->PrintTo(stream); |
- OStringStream os; |
+ std::ostringstream os; |
os << hydrogen()->access() << " <- "; |
stream->Add(os.c_str()); |
value()->PrintTo(stream); |