| 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 cfb98d32111ea9667263f93b5e42dc2a85319170..638c90a542cb080a28bfd48b8a99de55b9b76c70 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionInterfaceArg.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionInterfaceArg.h
|
| @@ -43,7 +43,7 @@ class CORE_EXPORT VoidCallbackFunctionInterfaceArg final : public GarbageCollect
|
| private:
|
| VoidCallbackFunctionInterfaceArg(ScriptState*, v8::Local<v8::Function>);
|
|
|
| - RefPtr<ScriptState> m_scriptState;
|
| + RefPtr<ScriptState> script_state_;
|
| TraceWrapperV8Reference<v8::Function> m_callback;
|
| };
|
|
|
|
|