| 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; }
|
|
|