| Index: sky/engine/core/html/HTMLImportElement.cpp
|
| diff --git a/sky/engine/core/html/HTMLImportElement.cpp b/sky/engine/core/html/HTMLImportElement.cpp
|
| index 7c60928d0996f19180d0bc249a014b4d30d6dca4..dbd92bc3498a3744a9f7bf51d6dad7bbbe7dcb53 100644
|
| --- a/sky/engine/core/html/HTMLImportElement.cpp
|
| +++ b/sky/engine/core/html/HTMLImportElement.cpp
|
| @@ -74,7 +74,7 @@ void HTMLImportElement::importChildWasDestroyed(HTMLImportChild* child)
|
|
|
| bool HTMLImportElement::isSync() const
|
| {
|
| - return true;
|
| + return !hasAttribute(HTMLNames::asyncAttr);
|
| }
|
|
|
| Element* HTMLImportElement::link()
|
|
|