Index: third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionTypedef.h |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionTypedef.h b/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionTypedef.h |
index d240539eecc1009299b4c783bc3ab87068bea4a2..3e5b13efabb40eee4003d0fb5fd19168ca458403 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionTypedef.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionTypedef.h |
@@ -42,7 +42,7 @@ class CORE_EXPORT VoidCallbackFunctionTypedef final : public GarbageCollectedFin |
private: |
VoidCallbackFunctionTypedef(ScriptState*, v8::Local<v8::Function>); |
- RefPtr<ScriptState> m_scriptState; |
+ RefPtr<ScriptState> script_state_; |
TraceWrapperV8Reference<v8::Function> m_callback; |
}; |