| 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 6c50236d424aa3266330a5712cbf7234f15325de..2e8c16a014ada44667cceec4db357359cb02226c 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionTypedef.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionTypedef.h
|
| @@ -45,7 +45,7 @@ class CORE_EXPORT VoidCallbackFunctionTypedef final : public GarbageCollectedFin
|
| VoidCallbackFunctionTypedef(ScriptState*, v8::Local<v8::Function>);
|
|
|
| RefPtr<ScriptState> m_scriptState;
|
| - ScopedPersistent<v8::Function> m_callback;
|
| + TraceWrapperV8Reference<v8::Function> m_callback;
|
| };
|
|
|
| } // namespace blink
|
|
|