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

Unified Diff: Source/core/dom/ChildNodeList.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/ChildNodeList.h
diff --git a/Source/core/dom/ChildNodeList.h b/Source/core/dom/ChildNodeList.h
index f4bbbcd0750ecbe8749106d84d9969648a48baf6..4a126f5dd66c349f1a7b1a15bbfa01ad0b855bdf 100644
--- a/Source/core/dom/ChildNodeList.h
+++ b/Source/core/dom/ChildNodeList.h
@@ -58,7 +58,7 @@ public:
Node* traverseForwardToOffset(unsigned offset, Node& currentNode, unsigned& currentOffset) const;
Node* traverseBackwardToOffset(unsigned offset, Node& currentNode, unsigned& currentOffset) const;
- virtual void trace(Visitor*) override;
+ DECLARE_VIRTUAL_TRACE();
private:
explicit ChildNodeList(ContainerNode& rootNode);

Powered by Google App Engine
This is Rietveld 408576698