| Index: src/x87/lithium-x87.cc
|
| diff --git a/src/x87/lithium-x87.cc b/src/x87/lithium-x87.cc
|
| index 9304b8975cff8b21ad02bb4efd439ef910539c83..3169a864538272ce5ebaa67db5dabd4fcdec1724 100644
|
| --- a/src/x87/lithium-x87.cc
|
| +++ b/src/x87/lithium-x87.cc
|
| @@ -376,7 +376,7 @@ LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) {
|
|
|
| void LStoreNamedField::PrintDataTo(StringStream* stream) {
|
| object()->PrintTo(stream);
|
| - OStringStream os;
|
| + std::ostringstream os;
|
| os << hydrogen()->access() << " <- ";
|
| stream->Add(os.c_str());
|
| value()->PrintTo(stream);
|
|
|