| Index: sky/engine/core/html/imports/HTMLImportChildClient.h
|
| diff --git a/sky/engine/core/html/imports/HTMLImportChildClient.h b/sky/engine/core/html/imports/HTMLImportChildClient.h
|
| index d519d3ab46b0686168747924c7c2532b5e4e74f4..6ff97558e3dbe8601d5ce1b85bd7caa7b97ad691 100644
|
| --- a/sky/engine/core/html/imports/HTMLImportChildClient.h
|
| +++ b/sky/engine/core/html/imports/HTMLImportChildClient.h
|
| @@ -34,7 +34,7 @@
|
| namespace blink {
|
|
|
| class HTMLImportChild;
|
| -class HTMLLinkElement;
|
| +class Element;
|
|
|
| class HTMLImportChildClient : public DummyBase<void> {
|
| public:
|
| @@ -44,7 +44,7 @@ public:
|
| virtual void importChildWasDestroyed(HTMLImportChild*) = 0;
|
| #endif
|
| virtual bool isSync() const = 0;
|
| - virtual HTMLLinkElement* link() = 0;
|
| + virtual Element* link() = 0;
|
| virtual void trace(Visitor*) { }
|
| };
|
|
|
|
|