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

Unified Diff: Source/core/dom/DocumentOrderedList.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/DocumentOrderedList.h
diff --git a/Source/core/dom/DocumentOrderedList.h b/Source/core/dom/DocumentOrderedList.h
index f42b6dae1c3de8f8ffd0c73dfbecfb783724f95f..7cc6d0f14487e8b128504a9fd54672d467ec372e 100644
--- a/Source/core/dom/DocumentOrderedList.h
+++ b/Source/core/dom/DocumentOrderedList.h
@@ -54,7 +54,7 @@ public:
iterator begin() { return m_nodes.begin(); }
iterator end() { return m_nodes.end(); }
- void trace(Visitor*);
+ DECLARE_TRACE();
private:
WillBeHeapListHashSet<RawPtrWillBeMember<Node>, 32> m_nodes;

Powered by Google App Engine
This is Rietveld 408576698