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

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

Issue 15856002: First step of HTMLImports (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Got rid of CachedDocument usage 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 e12ff3df24376355771ae01de852d752e270bea6..2c84971ecf94c59d3233230c87c7647fbef66ae8 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