| Index: Source/core/html/track/vtt/VTTParser.h
|
| diff --git a/Source/core/html/track/vtt/VTTParser.h b/Source/core/html/track/vtt/VTTParser.h
|
| index 559b8f6c7b2749e68b98ca60ab291008abb68ae2..3fca1af5e74b166fedee561db02ea69eb181e4f0 100644
|
| --- a/Source/core/html/track/vtt/VTTParser.h
|
| +++ b/Source/core/html/track/vtt/VTTParser.h
|
| @@ -113,7 +113,7 @@ public:
|
| private:
|
| VTTParser(VTTParserClient*, Document&);
|
|
|
| - Document* m_document;
|
| + RawPtrWillBeMember<Document> m_document;
|
| ParseState m_state;
|
|
|
| void parse();
|
|
|