| 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 e96cf2a961be9423819c5f41de2143b00eb01702..1f45af8328b1060411aa9639596e217dfd2e0a72 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionInterfaceArg.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionInterfaceArg.h
|
| @@ -46,7 +46,7 @@ class CORE_EXPORT VoidCallbackFunctionInterfaceArg final : public GarbageCollect
|
| VoidCallbackFunctionInterfaceArg(ScriptState*, v8::Local<v8::Function>);
|
|
|
| RefPtr<ScriptState> m_scriptState;
|
| - ScopedPersistent<v8::Function> m_callback;
|
| + TraceWrapperV8Reference<v8::Function> m_callback;
|
| };
|
|
|
| } // namespace blink
|
|
|