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