Index: sky/engine/core/html/imports/LinkImport.cpp |
diff --git a/sky/engine/core/html/imports/LinkImport.cpp b/sky/engine/core/html/imports/LinkImport.cpp |
index c62a11da6e387f149f6c53c3fee0a93a2059e52a..5ab258dfb29405e32244078d224ced4ebe984f69 100644 |
--- a/sky/engine/core/html/imports/LinkImport.cpp |
+++ b/sky/engine/core/html/imports/LinkImport.cpp |
@@ -118,7 +118,7 @@ bool LinkImport::isSync() const |
return m_owner && !m_owner->async(); |
} |
-HTMLLinkElement* LinkImport::link() |
+Element* LinkImport::link() |
{ |
return m_owner; |
} |