| Index: third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunction.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunction.h b/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunction.h
|
| index eab2a656ca286b2a80783c6f7a405703186b3969..adc60112be418a239a659c6fdb53fd520fadad39 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunction.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunction.h
|
| @@ -45,7 +45,7 @@ class CORE_EXPORT VoidCallbackFunction final : public GarbageCollectedFinalized<
|
| VoidCallbackFunction(ScriptState*, v8::Local<v8::Function>);
|
|
|
| RefPtr<ScriptState> m_scriptState;
|
| - ScopedPersistent<v8::Function> m_callback;
|
| + TraceWrapperV8Reference<v8::Function> m_callback;
|
| };
|
|
|
| } // namespace blink
|
|
|