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

Unified Diff: Source/core/dom/custom/CustomElementRegistry.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/CustomElementRegistry.h
diff --git a/Source/core/dom/custom/CustomElementRegistry.h b/Source/core/dom/custom/CustomElementRegistry.h
index e4b249f3a2189cb4df413afd10bf18b4b457bf9d..0295a7a17209f809b3416f13dc50ea3f8ab33fb9 100644
--- a/Source/core/dom/custom/CustomElementRegistry.h
+++ b/Source/core/dom/custom/CustomElementRegistry.h
@@ -50,7 +50,7 @@ class CustomElementRegistry final {
WTF_MAKE_NONCOPYABLE(CustomElementRegistry);
DISALLOW_ALLOCATION();
public:
- void trace(Visitor*);
+ DECLARE_TRACE();
void documentWasDetached() { m_documentWasDetached = true; }
protected:

Powered by Google App Engine
This is Rietveld 408576698