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

Unified Diff: Source/core/dom/DocumentOrderedMap.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/DocumentOrderedMap.h
diff --git a/Source/core/dom/DocumentOrderedMap.h b/Source/core/dom/DocumentOrderedMap.h
index 24c762f519e51174fdcd4fb40e0364623731a2b0..55455c236cb59d614cc5877e000b3b0be77a5e01 100644
--- a/Source/core/dom/DocumentOrderedMap.h
+++ b/Source/core/dom/DocumentOrderedMap.h
@@ -58,7 +58,7 @@ public:
Element* getElementByLowercasedMapName(const AtomicString&, const TreeScope*) const;
Element* getElementByLabelForAttribute(const AtomicString&, const TreeScope*) const;
- void trace(Visitor*);
+ DECLARE_TRACE();
private:
template<bool keyMatches(const AtomicString&, const Element&)>
@@ -72,7 +72,7 @@ private:
{
}
- void trace(Visitor*);
+ DECLARE_TRACE();
RawPtrWillBeMember<Element> element;
unsigned count;

Powered by Google App Engine
This is Rietveld 408576698