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

Unified Diff: Source/core/dom/DOMPointReadOnly.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/DOMPointReadOnly.h
diff --git a/Source/core/dom/DOMPointReadOnly.h b/Source/core/dom/DOMPointReadOnly.h
index 96e1efd35245d0f0958637df2f83838e6b15e558..f34bc563b7ba46e8e9422ec8e2e5cf51c4b00243 100644
--- a/Source/core/dom/DOMPointReadOnly.h
+++ b/Source/core/dom/DOMPointReadOnly.h
@@ -20,7 +20,7 @@ public:
double z() const { return m_z; }
double w() const { return m_w; }
- void trace(Visitor*) { }
+ DEFINE_INLINE_TRACE() { }
protected:
DOMPointReadOnly(double x, double y, double z, double w);

Powered by Google App Engine
This is Rietveld 408576698