| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestException.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestException.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestException.cpp
|
| index 5799a33cf834a58e916f3535425655a921d48f56..7be37e5828d2b8da981642d259d1e909f4fb613f 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestException.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestException.cpp
|
| @@ -84,7 +84,7 @@ static void toStringMethod(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| v8SetReturnValueString(info, impl->toString(), info.GetIsolate());
|
| }
|
|
|
| -static void toStringMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| +void toStringMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| {
|
| TestExceptionV8Internal::toStringMethod(info);
|
| }
|
|
|