Index: third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.cpp |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.cpp b/third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.cpp |
index 47e9f0d31fa57b80f909830b507c262ebd5a3807..9271cde176cb2a728b9abf336d71ee45e14ee08a 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.cpp |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.cpp |
@@ -28,6 +28,11 @@ DEFINE_TRACE(LongCallbackFunction) |
{ |
} |
+DEFINE_TRACE_WRAPPERS(LongCallbackFunction) |
+{ |
+ visitor->traceWrappers(&m_callback.cast<v8::Object>()); |
+} |
+ |
bool LongCallbackFunction::call(ScriptState* scriptState, ScriptWrappable* scriptWrappable, int num1, int num2, int& returnValue) |
{ |
if (!scriptState->contextIsValid()) |