Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(956)

Unified Diff: sky/engine/core/html/imports/HTMLImportChild.h

Issue 681983005: Basic implementation of <import> (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Works Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698