Index: src/mips/lithium-mips.cc |
diff --git a/src/mips/lithium-mips.cc b/src/mips/lithium-mips.cc |
index 1757d929f758c1f19abbacfc289b9c1ff34613ff..3f95d4ba6db2c65382790181793ce32889edf333 100644 |
--- a/src/mips/lithium-mips.cc |
+++ b/src/mips/lithium-mips.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); |