| Index: third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionInterfaceArg.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionInterfaceArg.cpp b/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionInterfaceArg.cpp
|
| index 0af6d0a3cf265608fece8b2bb7ae5af01e790904..cf8327e24ae037ad7298a6a083417114a222a9a5 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionInterfaceArg.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionInterfaceArg.cpp
|
| @@ -23,7 +23,6 @@ VoidCallbackFunctionInterfaceArg::VoidCallbackFunctionInterfaceArg(ScriptState*
|
| : m_scriptState(scriptState),
|
| m_callback(scriptState->isolate(), this, callback) {
|
| DCHECK(!m_callback.isEmpty());
|
| - m_callback.setPhantom();
|
| }
|
|
|
| DEFINE_TRACE(VoidCallbackFunctionInterfaceArg) {}
|
|
|