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

Unified Diff: third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h

Issue 1667843003: Make Resource RefCountedWillBeGarbageCollectedFinalized, attempt #2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase + address review comments Created 4 years, 10 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/imports/HTMLImportLoader.h
diff --git a/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h b/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h
index 412f9b18fe0d5fc48f5445d4e77c153ccd7ab992..1351f2dc1f1ffeb9c2b88ab0cd45f470c24c1fec 100644
--- a/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h
+++ b/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h
@@ -86,7 +86,7 @@ public:
bool hasError() const { return m_state == StateError; }
bool shouldBlockScriptExecution() const;
- void startLoading(const ResourcePtr<RawResource>&);
+ void startLoading(const PassRefPtrWillBeRawPtr<RawResource>&);
// Tells the loader that all of the import's stylesheets finished
// loading.

Powered by Google App Engine
This is Rietveld 408576698