Chromium Code Reviews| Index: Source/bindings/tests/results/core/V8TestInterface2.cpp |
| diff --git a/Source/bindings/tests/results/core/V8TestInterface2.cpp b/Source/bindings/tests/results/core/V8TestInterface2.cpp |
| index 53b1b466f4735e82799adb1d6846b627243f26ac..f749bab6bf71fc35a99fd8956b8efda398844c2b 100644 |
| --- a/Source/bindings/tests/results/core/V8TestInterface2.cpp |
| +++ b/Source/bindings/tests/results/core/V8TestInterface2.cpp |
| @@ -370,7 +370,7 @@ static void hasMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) |
| static void toStringMethod(const v8::FunctionCallbackInfo<v8::Value>& info) |
| { |
| TestInterface2* impl = V8TestInterface2::toImpl(info.Holder()); |
| - v8SetReturnValueString(info, impl->toString(), info.GetIsolate()); |
| + v8SetReturnValueString(info, impl->stringifierMethod(), info.GetIsolate()); |
|
haraken
2015/03/26 01:39:20
Is this change expected?
|
| } |
| static void toStringMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) |