| Index: Source/bindings/core/v8/V8CustomElementLifecycleCallbacks.cpp
|
| diff --git a/Source/bindings/core/v8/V8CustomElementLifecycleCallbacks.cpp b/Source/bindings/core/v8/V8CustomElementLifecycleCallbacks.cpp
|
| index 2374d59bf9b3fd8f2db34947afa4f8d609b49d85..8420f9f8d2ed6d328d0519c2d3c8329fd633ad5b 100644
|
| --- a/Source/bindings/core/v8/V8CustomElementLifecycleCallbacks.cpp
|
| +++ b/Source/bindings/core/v8/V8CustomElementLifecycleCallbacks.cpp
|
| @@ -238,7 +238,7 @@ void V8CustomElementLifecycleCallbacks::call(const ScopedPersistent<v8::Function
|
| ScriptController::callFunction(executionContext(), callback, receiver, 0, 0, isolate);
|
| }
|
|
|
| -void V8CustomElementLifecycleCallbacks::trace(Visitor* visitor)
|
| +DEFINE_TRACE(V8CustomElementLifecycleCallbacks)
|
| {
|
| CustomElementLifecycleCallbacks::trace(visitor);
|
| ContextLifecycleObserver::trace(visitor);
|
|
|