| Index: sky/engine/core/html/imports/HTMLImportChild.h
|
| diff --git a/sky/engine/core/html/imports/HTMLImportChild.h b/sky/engine/core/html/imports/HTMLImportChild.h
|
| index 3645f9cb3bf1f5853dddc5296481480ce5da0222..a7fd65a349e2acfa58ee944df72f43042ce86776 100644
|
| --- a/sky/engine/core/html/imports/HTMLImportChild.h
|
| +++ b/sky/engine/core/html/imports/HTMLImportChild.h
|
| @@ -41,7 +41,7 @@ namespace blink {
|
| class CustomElementMicrotaskImportStep;
|
| class HTMLImportLoader;
|
| class HTMLImportChildClient;
|
| -class HTMLLinkElement;
|
| +class Element;
|
|
|
| //
|
| // An import tree node subclas to encapsulate imported document
|
| @@ -54,7 +54,7 @@ public:
|
| HTMLImportChild(const KURL&, HTMLImportLoader*, SyncMode);
|
| virtual ~HTMLImportChild();
|
|
|
| - HTMLLinkElement* link() const;
|
| + Element* link() const;
|
| const KURL& url() const { return m_url; }
|
|
|
| void ownerInserted();
|
|
|