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

Unified Diff: Source/core/dom/NodeList.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/NodeList.h
diff --git a/Source/core/dom/NodeList.h b/Source/core/dom/NodeList.h
index 307e14109e9ee46fbfbf11bf1e458d02de5ca7a7..5451ba44b651b82f8029b0a8e4921158273b932f 100644
--- a/Source/core/dom/NodeList.h
+++ b/Source/core/dom/NodeList.h
@@ -46,7 +46,7 @@ public:
virtual Node* virtualOwnerNode() const { return 0; }
- virtual void trace(Visitor*) { }
+ DEFINE_INLINE_VIRTUAL_TRACE() { }
protected:
NodeList() { }

Powered by Google App Engine
This is Rietveld 408576698