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

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

Issue 2436623004: [Fetch, Loader] Expect on-heap objects will never get destroyed with a reference (Closed)
Patch Set: Created 4 years, 2 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/fetch/Resource.h
diff --git a/third_party/WebKit/Source/core/fetch/Resource.h b/third_party/WebKit/Source/core/fetch/Resource.h
index a338bfac11e916a0606fab3c231438dd23edd395..9181ce740bfa5ac24fba85b964bb904e6c0c218b 100644
--- a/third_party/WebKit/Source/core/fetch/Resource.h
+++ b/third_party/WebKit/Source/core/fetch/Resource.h
@@ -327,7 +327,6 @@ class CORE_EXPORT Resource : public GarbageCollectedFinalized<Resource>,
virtual void didAddClient(ResourceClient*);
void willAddClientOrObserver(PreloadReferencePolicy);
- // |this| object may be dead after didRemoveClientOrObserver().
void didRemoveClientOrObserver();
virtual void allClientsAndObserversRemoved();

Powered by Google App Engine
This is Rietveld 408576698