summaryrefslogtreecommitdiff
path: root/dom/webidl
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-07-20 07:45:05 +0200
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-07-20 07:45:05 +0200
commitaa61ec2f7f619ec1a96d13735aae4764f58af4cf (patch)
tree221a26e5dae975dc8791bbdc994c539596fd6e6d /dom/webidl
parentcfeda8cef08c4a32ecee4192a21fab65a40c753d (diff)
downloaduxp-aa61ec2f7f619ec1a96d13735aae4764f58af4cf.tar.gz
Bug 819475 - Make document.domain non-nullable
Diffstat (limited to 'dom/webidl')
-rw-r--r--dom/webidl/HTMLDocument.webidl2
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