Index: sky/engine/core/html/imports/HTMLImportChild.cpp |
diff --git a/sky/engine/core/html/imports/HTMLImportChild.cpp b/sky/engine/core/html/imports/HTMLImportChild.cpp |
index 525f6dea503dd04f2c7f2ca415381b73f28b87bd..023d1f070907de771b4b008857c641f31e48a01f 100644 |
--- a/sky/engine/core/html/imports/HTMLImportChild.cpp |
+++ b/sky/engine/core/html/imports/HTMLImportChild.cpp |
@@ -182,7 +182,7 @@ void HTMLImportChild::clearClient() |
} |
#endif |
-HTMLLinkElement* HTMLImportChild::link() const |
+Element* HTMLImportChild::link() const |
{ |
if (!m_client) |
return 0; |