| Index: third_party/WebKit/Source/bindings/templates/callback_function.cpp.tmpl
|
| diff --git a/third_party/WebKit/Source/bindings/templates/callback_function.cpp.tmpl b/third_party/WebKit/Source/bindings/templates/callback_function.cpp.tmpl
|
| index 8fe5cfcdf5a0317e461eee17483d05b2f8ad723e..87581e649f0ef8b8350ce3497b0d2d0be2a4f0a6 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/callback_function.cpp.tmpl
|
| +++ b/third_party/WebKit/Source/bindings/templates/callback_function.cpp.tmpl
|
| @@ -15,7 +15,6 @@ namespace blink {
|
| : m_scriptState(scriptState),
|
| m_callback(scriptState->isolate(), this, callback) {
|
| DCHECK(!m_callback.isEmpty());
|
| - m_callback.setPhantom();
|
| }
|
|
|
| DEFINE_TRACE({{cpp_class}}) {}
|
|
|