Index: Source/core/html/imports/LinkImport.cpp |
diff --git a/Source/core/html/imports/LinkImport.cpp b/Source/core/html/imports/LinkImport.cpp |
index 62bfcc0d863fd57742d389b3d2f160656ffd637a..791df0207fa379998fa95817d595ece2cf0172a8 100644 |
--- a/Source/core/html/imports/LinkImport.cpp |
+++ b/Source/core/html/imports/LinkImport.cpp |
@@ -119,7 +119,7 @@ void LinkImport::importChildWasDestroyed(HTMLImportChild* child) |
bool LinkImport::isSync() const |
{ |
- return m_owner && m_owner->isCreatedByParser() && !m_owner->async(); |
+ return m_owner && !m_owner->async(); |
} |
HTMLLinkElement* LinkImport::link() |