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

Unified Diff: core/html/HTMLLinkElement.idl

Issue 37053003: Roll IDL to multivm@1467 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 2 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
« no previous file with comments | « core/html/HTMLInputElement.idl ('k') | core/html/HTMLMediaElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/html/HTMLLinkElement.idl
diff --git a/core/html/HTMLLinkElement.idl b/core/html/HTMLLinkElement.idl
index 0d5ee7d87e96c30eb7b2f37ef43e8b2d8cd61890..25e900a7d231f26720d255fdcbc6835053234f91 100644
--- a/core/html/HTMLLinkElement.idl
+++ b/core/html/HTMLLinkElement.idl
@@ -34,6 +34,6 @@ interface HTMLLinkElement : HTMLElement {
// DOM Level 2 Style
readonly attribute StyleSheet sheet;
- [EnabledAtRuntime=htmlImports] readonly attribute Document import;
+ [EnabledAtRuntime=HTMLImports] readonly attribute Document import;
};
« no previous file with comments | « core/html/HTMLInputElement.idl ('k') | core/html/HTMLMediaElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698