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

Unified Diff: Source/core/dom/ClientRectList.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/ClientRectList.h
diff --git a/Source/core/dom/ClientRectList.h b/Source/core/dom/ClientRectList.h
index a105cb3537c299eff2c58684719e4693dde31cb0..0bf7223a0a45182d77df8ea0e0f269e82920fc5c 100644
--- a/Source/core/dom/ClientRectList.h
+++ b/Source/core/dom/ClientRectList.h
@@ -53,7 +53,7 @@ public:
unsigned length() const;
ClientRect* item(unsigned index);
- void trace(Visitor*);
+ DECLARE_TRACE();
private:
ClientRectList();

Powered by Google App Engine
This is Rietveld 408576698