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

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

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/LinkImport.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/imports/LinkImport.cpp
diff --git a/Source/core/html/imports/LinkImport.cpp b/Source/core/html/imports/LinkImport.cpp
index 812afedd10b4957c7cb9b20f74cf66d926e118f6..913676b3a1725941392c870f50ce7deb07e2b4ad 100644
--- a/Source/core/html/imports/LinkImport.cpp
+++ b/Source/core/html/imports/LinkImport.cpp
@@ -107,14 +107,12 @@ void LinkImport::didFinish()
m_owner->scheduleEvent();
}
-#if !ENABLE(OILPAN)
-void LinkImport::importChildWasDestroyed(HTMLImportChild* child)
+void LinkImport::importChildWasDisposed(HTMLImportChild* child)
{
ASSERT(m_child == child);
m_child = nullptr;
m_owner = nullptr;
}
-#endif
bool LinkImport::isSync() const
{
« no previous file with comments | « Source/core/html/imports/LinkImport.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698