Chromium Code Reviews| 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; |
| }; |