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

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

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.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;

Powered by Google App Engine
This is Rietveld 408576698