diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-07-20 11:13:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-20 11:13:54 +0200 |
commit | 7fce9b4a0aa36117e5c3d193bade1620d6e4bc91 (patch) | |
tree | f9cfbb9aad3b3d9f50c30e33b3164f9dcbd39000 /dom/webidl | |
parent | cba8e7b14e7703fbe032e41acfaf7f1ba9536aaf (diff) | |
parent | 324cab5115df99a14217545a180a0e36ff007ce7 (diff) | |
download | uxp-7fce9b4a0aa36117e5c3d193bade1620d6e4bc91.tar.gz |
Merge pull request #652 from janekptacijarabaci/dom_document_domain_null_1
Make document.domain non-nullable
Diffstat (limited to 'dom/webidl')
-rw-r--r-- | dom/webidl/HTMLDocument.webidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/webidl/HTMLDocument.webidl b/dom/webidl/HTMLDocument.webidl index 42f6d98f79..ffb61ccdd9 100644 --- a/dom/webidl/HTMLDocument.webidl +++ b/dom/webidl/HTMLDocument.webidl @@ -7,7 +7,7 @@ [OverrideBuiltins] interface HTMLDocument : Document { [SetterThrows] - attribute DOMString? domain; + attribute DOMString domain; [Throws] attribute DOMString cookie; // DOM tree accessors |