| Index: Source/core/html/parser/XSSAuditorDelegate.h
|
| diff --git a/Source/core/html/parser/XSSAuditorDelegate.h b/Source/core/html/parser/XSSAuditorDelegate.h
|
| index eb809ce75765817c17fb0a29e3d60064b1428a07..4066817641d786cb8e3b587a484e7a5100f08cdb 100644
|
| --- a/Source/core/html/parser/XSSAuditorDelegate.h
|
| +++ b/Source/core/html/parser/XSSAuditorDelegate.h
|
| @@ -69,7 +69,7 @@ class XSSAuditorDelegate final {
|
| WTF_MAKE_NONCOPYABLE(XSSAuditorDelegate);
|
| public:
|
| explicit XSSAuditorDelegate(Document*);
|
| - void trace(Visitor*);
|
| + DECLARE_TRACE();
|
|
|
| void didBlockScript(const XSSInfo&);
|
| void setReportURL(const KURL& url) { m_reportURL = url; }
|
|
|