| Index: third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionInterfaceArg.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionInterfaceArg.h b/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionInterfaceArg.h
|
| index 45d1a02bbb4f4682828cad8bce68e5b8bcc517a5..5b480cfecbd6a6d4fff07dfd7e5fbfc483c1c98d 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionInterfaceArg.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionInterfaceArg.h
|
| @@ -37,14 +37,14 @@ class CORE_EXPORT VoidCallbackFunctionInterfaceArg final : public GarbageCollect
|
| bool call(ScriptWrappable* scriptWrappable, HTMLDivElement* divElement);
|
|
|
| v8::Local<v8::Function> v8Value(v8::Isolate* isolate) {
|
| - return m_callback.NewLocal(isolate);
|
| + return callback_.NewLocal(isolate);
|
| }
|
|
|
| private:
|
| VoidCallbackFunctionInterfaceArg(ScriptState*, v8::Local<v8::Function>);
|
|
|
| RefPtr<ScriptState> script_state_;
|
| - TraceWrapperV8Reference<v8::Function> m_callback;
|
| + TraceWrapperV8Reference<v8::Function> callback_;
|
| };
|
|
|
| template <>
|
|
|