| Index: Source/core/xml/XSLStyleSheet.h
|
| diff --git a/Source/core/xml/XSLStyleSheet.h b/Source/core/xml/XSLStyleSheet.h
|
| index ed4c79c6b5949ad2f415b9845501b28a27467ec3..aef56f0fda23c673a365de22d4d4b1e6de4c6876 100644
|
| --- a/Source/core/xml/XSLStyleSheet.h
|
| +++ b/Source/core/xml/XSLStyleSheet.h
|
| @@ -99,7 +99,7 @@ public:
|
| virtual KURL baseURL() const override { return m_finalURL; }
|
| virtual bool isLoading() const override;
|
|
|
| - virtual void trace(Visitor*) override;
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| XSLStyleSheet(Node* parentNode, const String& originalURL, const KURL& finalURL, bool embedded);
|
|
|