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

Unified Diff: sky/engine/core/html/imports/LinkImport.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/LinkImport.h
diff --git a/sky/engine/core/html/imports/LinkImport.h b/sky/engine/core/html/imports/LinkImport.h
index 183d9c45607e6e0b1bc9090e9b29d5cf349c160c..0d7187e17ec2022c91c18ba89a699a0eb08f3036 100644
--- a/sky/engine/core/html/imports/LinkImport.h
+++ b/sky/engine/core/html/imports/LinkImport.h
@@ -68,7 +68,7 @@ public:
virtual void importChildWasDestroyed(HTMLImportChild*) override;
#endif
virtual bool isSync() const override;
- virtual HTMLLinkElement* link() override;
+ virtual Element* link() override;
Document* importedDocument() const;

Powered by Google App Engine
This is Rietveld 408576698