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

Unified Diff: Source/core/html/HTMLLinkElement.idl

Issue 15856002: First step of HTMLImports (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 months 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: Source/core/html/HTMLLinkElement.idl
diff --git a/Source/core/html/HTMLLinkElement.idl b/Source/core/html/HTMLLinkElement.idl
index 35f1e31d45ea32b632ada459d89a46480a015ece..397b6e2839dffd4fcbb838dd7fdd2ec068b76860 100644
--- a/Source/core/html/HTMLLinkElement.idl
+++ b/Source/core/html/HTMLLinkElement.idl
@@ -33,5 +33,7 @@ interface HTMLLinkElement : HTMLElement {
// DOM Level 2 Style
readonly attribute StyleSheet sheet;
+
+ readonly attribute DocumentFragment import;
};

Powered by Google App Engine
This is Rietveld 408576698