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

Unified Diff: Source/core/html/imports/HTMLImportsController.h

Issue 1032293002: Oilpan: dispose an HTMLImportsController on document detach/removal. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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: Source/core/html/imports/HTMLImportsController.h
diff --git a/Source/core/html/imports/HTMLImportsController.h b/Source/core/html/imports/HTMLImportsController.h
index b175284b4ad911a43ca51cd2500bc9b74c711c44..64e633b4a7a48d9c89b1d767a983c45c078927d6 100644
--- a/Source/core/html/imports/HTMLImportsController.h
+++ b/Source/core/html/imports/HTMLImportsController.h
@@ -79,6 +79,8 @@ public:
private:
HTMLImportChild* createChild(const KURL&, HTMLImportLoader*, HTMLImport* parent, HTMLImportChildClient*);
+ void dispose();
+
OwnPtrWillBeMember<HTMLImportTreeRoot> m_root;
typedef WillBeHeapVector<OwnPtrWillBeMember<HTMLImportLoader>> LoaderList;
LoaderList m_loaders;

Powered by Google App Engine
This is Rietveld 408576698