| Index: third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.cpp b/third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.cpp
|
| index 7b53b416802f89f292dfce149cc57b37ee106cdd..1b66b81c3bfb42bb0123c468b8a4a57e3fa1d9e1 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.cpp
|
| @@ -22,7 +22,6 @@ LongCallbackFunction::LongCallbackFunction(ScriptState* scriptState, v8::Local<v
|
| : m_scriptState(scriptState),
|
| m_callback(scriptState->isolate(), this, callback) {
|
| DCHECK(!m_callback.isEmpty());
|
| - m_callback.setPhantom();
|
| }
|
|
|
| DEFINE_TRACE(LongCallbackFunction) {}
|
|
|