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

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

Issue 238923009: HTML Imports: No more BlockingDocumentCreation. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed the build breakage Created 6 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
Index: Source/core/html/imports/LinkImport.cpp
diff --git a/Source/core/html/imports/LinkImport.cpp b/Source/core/html/imports/LinkImport.cpp
index 161bb67f3bf11b45bf544f99035d520e0ee5eeb6..62bfcc0d863fd57742d389b3d2f160656ffd637a 100644
--- a/Source/core/html/imports/LinkImport.cpp
+++ b/Source/core/html/imports/LinkImport.cpp
@@ -132,9 +132,4 @@ bool LinkImport::hasLoaded() const
return m_child && m_child->isDone() && !m_child->loaderHasError();
}
-bool LinkImport::ownsLoader() const
-{
- return m_child && m_child->hasLoader() && m_child->ownsLoader();
-}
-
} // namespace WebCore

Powered by Google App Engine
This is Rietveld 408576698