diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-07-20 07:45:05 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-07-20 07:45:05 +0200 |
commit | 324cab5115df99a14217545a180a0e36ff007ce7 (patch) | |
tree | 221a26e5dae975dc8791bbdc994c539596fd6e6d /dom/webidl | |
parent | 1ef8b01c52fdf51404c6a6b27201123322d17e81 (diff) | |
download | UXP-324cab5115df99a14217545a180a0e36ff007ce7.tar UXP-324cab5115df99a14217545a180a0e36ff007ce7.tar.gz UXP-324cab5115df99a14217545a180a0e36ff007ce7.tar.lz UXP-324cab5115df99a14217545a180a0e36ff007ce7.tar.xz UXP-324cab5115df99a14217545a180a0e36ff007ce7.zip |
Bug 819475 - 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 42f6d98f7..ffb61ccdd 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 |