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

Unified Diff: third_party/WebKit/Source/core/fetch/ResourceLoader.h

Issue 1635113002: Promptly let go of WebURLLoader objects. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix decls.. Created 4 years, 11 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/loader/PingLoader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/fetch/ResourceLoader.h
diff --git a/third_party/WebKit/Source/core/fetch/ResourceLoader.h b/third_party/WebKit/Source/core/fetch/ResourceLoader.h
index ab93a93dc7c1cb320d050d8782882a5e8c89b1f3..734da2af12fed86c5880c5c8caf9825da99d1766 100644
--- a/third_party/WebKit/Source/core/fetch/ResourceLoader.h
+++ b/third_party/WebKit/Source/core/fetch/ResourceLoader.h
@@ -51,6 +51,9 @@ public:
~ResourceLoader() override;
DECLARE_TRACE();
+ // Promptly release m_loader.
+ EAGERLY_FINALIZE();
+
void start();
void changeToSynchronous();
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/loader/PingLoader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698