| 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 71c336beec9cb4900f92384f7497f845eebff9bf..ff8a88d3be31f20f677efd3df4aa2a901562b693 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionInterfaceArg.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionInterfaceArg.cpp
|
| @@ -29,6 +29,11 @@ DEFINE_TRACE(VoidCallbackFunctionInterfaceArg)
|
| {
|
| }
|
|
|
| +DEFINE_TRACE_WRAPPERS(VoidCallbackFunctionInterfaceArg)
|
| +{
|
| + visitor->traceWrappers(&m_callback.cast<v8::Object>());
|
| +}
|
| +
|
| bool VoidCallbackFunctionInterfaceArg::call(ScriptState* scriptState, ScriptWrappable* scriptWrappable, HTMLDivElement* divElement)
|
| {
|
| if (!scriptState->contextIsValid())
|
|
|