Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Unified Diff: third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner.h

Issue 1686483002: Oilpan: Remove most WillBe types from the code base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698