| Index: third_party/WebKit/Source/core/html/parser/XSSAuditorDelegate.h
|
| diff --git a/third_party/WebKit/Source/core/html/parser/XSSAuditorDelegate.h b/third_party/WebKit/Source/core/html/parser/XSSAuditorDelegate.h
|
| index 68171ca46a67749a6618105b3a0bdcc3943b0296..87c593d9b057ed101af27d6b26b04bdc11582516 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/XSSAuditorDelegate.h
|
| +++ b/third_party/WebKit/Source/core/html/parser/XSSAuditorDelegate.h
|
| @@ -79,7 +79,7 @@ public:
|
| private:
|
| PassRefPtr<EncodedFormData> generateViolationReport(const XSSInfo&);
|
|
|
| - RawPtrWillBeMember<Document> m_document;
|
| + Member<Document> m_document;
|
| bool m_didSendNotifications;
|
| KURL m_reportURL;
|
| };
|
|
|