| 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..1318dba63ce6c560f5567705a617aed4427a012f 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;
|
| + TraceWrapperScopedPersistent<v8::Function> m_callback;
|
| };
|
|
|
| } // namespace blink
|
|
|