diff options
Diffstat (limited to 'Userland/Libraries/LibWeb/DOM/Document.idl')
-rw-r--r-- | Userland/Libraries/LibWeb/DOM/Document.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/DOM/Document.idl b/Userland/Libraries/LibWeb/DOM/Document.idl index 9685246f74..4a610f011c 100644 --- a/Userland/Libraries/LibWeb/DOM/Document.idl +++ b/Userland/Libraries/LibWeb/DOM/Document.idl @@ -19,6 +19,7 @@ #import <HTML/HTMLElement.idl> #import <HTML/HTMLHeadElement.idl> #import <HTML/HTMLScriptElement.idl> +#import <HTML/Location.idl> #import <Selection/Selection.idl> // https://dom.spec.whatwg.org/#document @@ -28,7 +29,6 @@ interface Document : Node { boolean hasFocus(); - // FIXME: These attributes currently don't do anything. [PutForwards=href, LegacyUnforgeable] readonly attribute Location? location; attribute USVString domain; |