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