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

Unified Diff: sky/engine/core/html/imports/LinkImport.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/LinkImport.cpp
diff --git a/sky/engine/core/html/imports/LinkImport.cpp b/sky/engine/core/html/imports/LinkImport.cpp
index c62a11da6e387f149f6c53c3fee0a93a2059e52a..5ab258dfb29405e32244078d224ced4ebe984f69 100644
--- a/sky/engine/core/html/imports/LinkImport.cpp
+++ b/sky/engine/core/html/imports/LinkImport.cpp
@@ -118,7 +118,7 @@ bool LinkImport::isSync() const
return m_owner && !m_owner->async();
}
-HTMLLinkElement* LinkImport::link()
+Element* LinkImport::link()
{
return m_owner;
}

Powered by Google App Engine
This is Rietveld 408576698