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

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

Issue 1119033003: Sever HTMLImportChild client connection upon disposal. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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 | « Source/core/html/imports/HTMLImportChildClient.h ('k') | Source/core/html/imports/LinkImport.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/imports/LinkImport.h
diff --git a/Source/core/html/imports/LinkImport.h b/Source/core/html/imports/LinkImport.h
index abfd182e9a51ffad9bc276b34a4010247320bf87..44031838c91c71794cf614675769f9b84707afc1 100644
--- a/Source/core/html/imports/LinkImport.h
+++ b/Source/core/html/imports/LinkImport.h
@@ -64,9 +64,7 @@ public:
// HTMLImportChildClient
virtual void didFinish() override;
-#if !ENABLE(OILPAN)
- virtual void importChildWasDestroyed(HTMLImportChild*) override;
-#endif
+ virtual void importChildWasDisposed(HTMLImportChild*) override;
virtual bool isSync() const override;
virtual HTMLLinkElement* link() override;
« no previous file with comments | « Source/core/html/imports/HTMLImportChildClient.h ('k') | Source/core/html/imports/LinkImport.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698