| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperations.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperations.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperations.cpp
|
| index 533e79105764bdaa9cad7459502aac6b87a8f70a..39b1732a452894f999e48f9e94754afa54df8521 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperations.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperations.cpp
|
| @@ -74,7 +74,7 @@ static void namedItemMethod(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| v8SetReturnValue(info, result);
|
| }
|
|
|
| -static void namedItemMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| +void namedItemMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| {
|
| TestSpecialOperationsV8Internal::namedItemMethod(info);
|
| }
|
|
|