Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(484)

Unified Diff: Source/core/dom/custom/CustomElementCallbackInvocation.h

Issue 947393002: InlinedVisitor: Migrate dom to use inlined tracing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/dom/custom/CustomElementCallbackInvocation.h
diff --git a/Source/core/dom/custom/CustomElementCallbackInvocation.h b/Source/core/dom/custom/CustomElementCallbackInvocation.h
index 83cefd0808bac9cc2744e1401e0fb7bbf8a3587a..0510c7052370799d6436df5e96d8c2e2a5237e49 100644
--- a/Source/core/dom/custom/CustomElementCallbackInvocation.h
+++ b/Source/core/dom/custom/CustomElementCallbackInvocation.h
@@ -54,7 +54,7 @@ protected:
CustomElementLifecycleCallbacks* callbacks() { return m_callbacks.get(); }
- virtual void trace(Visitor*) override;
+ DECLARE_VIRTUAL_TRACE();
private:
RefPtrWillBeMember<CustomElementLifecycleCallbacks> m_callbacks;

Powered by Google App Engine
This is Rietveld 408576698