| 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 c60500222e8be5f02669f575088131d755fe1825..4f0cdc50e10567dafa0a323cf26ff0570fd12521 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/modules/VoidCallbackFunctionModules.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/modules/VoidCallbackFunctionModules.cpp
|
| @@ -28,6 +28,11 @@ DEFINE_TRACE(VoidCallbackFunctionModules)
|
| {
|
| }
|
|
|
| +DEFINE_TRACE_WRAPPERS(VoidCallbackFunctionModules)
|
| +{
|
| + visitor->traceWrappers(&m_callback.cast<v8::Object>());
|
| +}
|
| +
|
| bool VoidCallbackFunctionModules::call(ScriptState* scriptState, ScriptWrappable* scriptWrappable)
|
| {
|
| if (!scriptState->contextIsValid())
|
|
|