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

Unified Diff: Source/core/dom/DocumentMarker.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/DocumentMarker.h
diff --git a/Source/core/dom/DocumentMarker.h b/Source/core/dom/DocumentMarker.h
index c1082f41439c209a8fcc490212e7a1fd4b2f634d..a3c83ad2275362ac499ef451445e24e187454447 100644
--- a/Source/core/dom/DocumentMarker.h
+++ b/Source/core/dom/DocumentMarker.h
@@ -124,7 +124,7 @@ public:
return !(*this == o);
}
- void trace(Visitor*);
+ DECLARE_TRACE();
private:
MarkerType m_type;
@@ -149,7 +149,7 @@ public:
virtual bool isDescription() const { return false; }
virtual bool isTextMatch() const { return false; }
- virtual void trace(Visitor*) { }
+ DEFINE_INLINE_VIRTUAL_TRACE() { }
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698