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

Unified Diff: Source/core/dom/Document.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/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index b53ea49549f5a356a4a26fbd75e98510a12317a3..a7ab27c08cdd2fefb2b425c929df79a6c5217b9d 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -209,7 +209,7 @@ public:
void setObservedDocument(Document&);
protected:
- virtual void trace(Visitor*);
+ DECLARE_VIRTUAL_TRACE();
private:
void registerObserver(Document&);
@@ -1042,7 +1042,7 @@ public:
void updateStyleInvalidationIfNeeded();
- virtual void trace(Visitor*) override;
+ DECLARE_VIRTUAL_TRACE();
bool hasSVGFilterElementsRequiringLayerUpdate() const { return m_layerUpdateSVGFilterElements.size(); }
void didRecalculateStyleForElement() { ++m_styleRecalcElementCounter; }

Powered by Google App Engine
This is Rietveld 408576698