| Index: test/cctest/compiler/test-operator.cc
|
| diff --git a/test/cctest/compiler/test-operator.cc b/test/cctest/compiler/test-operator.cc
|
| index e635da797d2b4cf99c846b958818b3d1d535677f..0ac33637dac7e40e46e4e79611e82bea0de1e20a 100644
|
| --- a/test/cctest/compiler/test-operator.cc
|
| +++ b/test/cctest/compiler/test-operator.cc
|
| @@ -69,10 +69,10 @@ TEST(TestOperator_Equals) {
|
| }
|
|
|
|
|
| -static SmartArrayPointer<const char> OperatorToString(Operator* op) {
|
| +static v8::base::SmartArrayPointer<const char> OperatorToString(Operator* op) {
|
| std::ostringstream os;
|
| os << *op;
|
| - return SmartArrayPointer<const char>(StrDup(os.str().c_str()));
|
| + return v8::base::SmartArrayPointer<const char>(StrDup(os.str().c_str()));
|
| }
|
|
|
|
|
|
|