| Index: third_party/WebKit/Source/core/xml/parser/XMLErrors.h
|
| diff --git a/third_party/WebKit/Source/core/xml/parser/XMLErrors.h b/third_party/WebKit/Source/core/xml/parser/XMLErrors.h
|
| index 89f7154c9247923534dabb8f4ed1a7fe12d886cb..9848d3f35aa86eadbc4a4ef06e452db88c1ac33d 100644
|
| --- a/third_party/WebKit/Source/core/xml/parser/XMLErrors.h
|
| +++ b/third_party/WebKit/Source/core/xml/parser/XMLErrors.h
|
| @@ -53,7 +53,7 @@ public:
|
| private:
|
| void appendErrorMessage(const String& typeString, TextPosition, const char* message);
|
|
|
| - RawPtrWillBeMember<Document> m_document;
|
| + Member<Document> m_document;
|
|
|
| int m_errorCount;
|
| TextPosition m_lastErrorPosition;
|
|
|