| Index: core/html/HTMLLinkElement.idl
|
| diff --git a/core/html/HTMLLinkElement.idl b/core/html/HTMLLinkElement.idl
|
| index d5db95db06897a8af9f3cb698dd7d010e66924d6..0d5ee7d87e96c30eb7b2f37ef43e8b2d8cd61890 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 DocumentFragment import;
|
| + [EnabledAtRuntime=htmlImports] readonly attribute Document import;
|
| };
|
|
|
|
|