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

Unified Diff: Source/core/dom/custom/CustomElementDefinition.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/CustomElementDefinition.h
diff --git a/Source/core/dom/custom/CustomElementDefinition.h b/Source/core/dom/custom/CustomElementDefinition.h
index 854e0d056b314129757c65b6664119da9110df54..d8b73bdddc2967375e7a4d0013397f585761dd7a 100644
--- a/Source/core/dom/custom/CustomElementDefinition.h
+++ b/Source/core/dom/custom/CustomElementDefinition.h
@@ -45,7 +45,7 @@ public:
const CustomElementDescriptor& descriptor() const { return m_descriptor; }
CustomElementLifecycleCallbacks* callbacks() const { return m_callbacks.get(); }
- void trace(Visitor*);
+ DECLARE_TRACE();
private:
CustomElementDefinition(const CustomElementDescriptor&, PassRefPtrWillBeRawPtr<CustomElementLifecycleCallbacks>);

Powered by Google App Engine
This is Rietveld 408576698