Index: Source/core/html/HTMLLinkElement.idl |
diff --git a/Source/core/html/HTMLLinkElement.idl b/Source/core/html/HTMLLinkElement.idl |
index 667acdb044fed6770ed32e618665759ccee9f522..2dd0a747a7171a8e82538c8cee81a3ee8a18c2bc 100644 |
--- a/Source/core/html/HTMLLinkElement.idl |
+++ b/Source/core/html/HTMLLinkElement.idl |
@@ -35,7 +35,7 @@ interface HTMLLinkElement : HTMLElement { |
// DOM Level 2 Style |
readonly attribute StyleSheet sheet; |
- [RuntimeEnabled=HTMLImports] readonly attribute Document import; |
+ readonly attribute Document import; |
[Reflect, RuntimeEnabled=SubresourceIntegrity] attribute DOMString integrity; |
}; |