| Index: third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner.h
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner.h b/third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner.h
|
| index 3e493518f557ecd9e62424cd39c6e4bb24c2258e..46125b51c25218fa6a0d4bda28b804c74ff7a4f8 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner.h
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner.h
|
| @@ -137,7 +137,7 @@ private:
|
| PictureData m_pictureData;
|
| size_t m_templateCount;
|
| OwnPtr<CachedDocumentParameters> m_documentParameters;
|
| - RefPtrWillBePersistent<MediaValuesCached> m_mediaValues;
|
| + Persistent<MediaValuesCached> m_mediaValues;
|
| ClientHintsPreferences m_clientHintsPreferences;
|
|
|
| Vector<Checkpoint> m_checkpoints;
|
|
|