| Index: third_party/WebKit/Source/bindings/tests/results/modules/VoidCallbackFunctionModules.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/modules/VoidCallbackFunctionModules.cpp b/third_party/WebKit/Source/bindings/tests/results/modules/VoidCallbackFunctionModules.cpp
|
| index 4b4c84ccc03911dfe2fd39e9901e35f09b73835d..36601e198fbd7abca078754882c0821f10e5f33a 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/modules/VoidCallbackFunctionModules.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/modules/VoidCallbackFunctionModules.cpp
|
| @@ -22,7 +22,6 @@ VoidCallbackFunctionModules::VoidCallbackFunctionModules(ScriptState* scriptStat
|
| : m_scriptState(scriptState),
|
| m_callback(scriptState->isolate(), this, callback) {
|
| DCHECK(!m_callback.isEmpty());
|
| - m_callback.setPhantom();
|
| }
|
|
|
| DEFINE_TRACE(VoidCallbackFunctionModules) {}
|
|
|