| Index: third_party/WebKit/Source/bindings/templates/callback_function.h.tmpl
|
| diff --git a/third_party/WebKit/Source/bindings/templates/callback_function.h.tmpl b/third_party/WebKit/Source/bindings/templates/callback_function.h.tmpl
|
| index fd90cbf9c25e6a1204d37ce233c94055db07f319..383cf40d9cee5ea88ece6b873343e7e0e8b9e8fb 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/callback_function.h.tmpl
|
| +++ b/third_party/WebKit/Source/bindings/templates/callback_function.h.tmpl
|
| @@ -42,7 +42,7 @@ class {{exported}}{{cpp_class}} final : public GarbageCollectedFinalized<{{cpp_c
|
| {{cpp_class}}(ScriptState*, v8::Local<v8::Function>);
|
|
|
| RefPtr<ScriptState> m_scriptState;
|
| - ScopedPersistent<v8::Function> m_callback;
|
| + TraceWrapperV8Reference<v8::Function> m_callback;
|
| };
|
|
|
| } // namespace blink
|
|
|