Index: Source/bindings/core/v8/ScriptPromisePropertyBase.cpp |
diff --git a/Source/bindings/core/v8/ScriptPromisePropertyBase.cpp b/Source/bindings/core/v8/ScriptPromisePropertyBase.cpp |
index fb135651e81e857deb95dd8f5542b1bb39b7f423..c52acfedf6a76658e3747dabd4add422c427c1f9 100644 |
--- a/Source/bindings/core/v8/ScriptPromisePropertyBase.cpp |
+++ b/Source/bindings/core/v8/ScriptPromisePropertyBase.cpp |
@@ -190,7 +190,7 @@ v8::Handle<v8::String> ScriptPromisePropertyBase::resolverName() |
return v8::Handle<v8::String>(); |
} |
-void ScriptPromisePropertyBase::trace(Visitor* visitor) |
+DEFINE_TRACE(ScriptPromisePropertyBase) |
{ |
ContextLifecycleObserver::trace(visitor); |
} |