| Index: third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionTypedef.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionTypedef.cpp b/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionTypedef.cpp
|
| index ba327d9b50afa14d3cdd19477fba22c428aa00fa..11ad490a74bc10c1d53e07774f054615b9438648 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionTypedef.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionTypedef.cpp
|
| @@ -28,6 +28,11 @@ DEFINE_TRACE(VoidCallbackFunctionTypedef)
|
| {
|
| }
|
|
|
| +DEFINE_TRACE_WRAPPERS(VoidCallbackFunctionTypedef)
|
| +{
|
| + visitor->traceWrappers(&m_callback.cast<v8::Object>());
|
| +}
|
| +
|
| bool VoidCallbackFunctionTypedef::call(ScriptState* scriptState, ScriptWrappable* scriptWrappable, const String& arg)
|
| {
|
| if (!scriptState->contextIsValid())
|
|
|