diff options
Diffstat (limited to 'src/components/script/dom/webidls/Document.webidl')
-rw-r--r-- | src/components/script/dom/webidls/Document.webidl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/script/dom/webidls/Document.webidl b/src/components/script/dom/webidls/Document.webidl index 6bf6ab776d2..4fa78a479b1 100644 --- a/src/components/script/dom/webidls/Document.webidl +++ b/src/components/script/dom/webidls/Document.webidl @@ -28,7 +28,8 @@ interface Document : Node { readonly attribute DOMImplementation implementation; readonly attribute DOMString URL; readonly attribute DOMString documentURI; - // readonly attribute DOMString compatMode; + // readonly attribute DOMString origin; + readonly attribute DOMString compatMode; // readonly attribute DOMString characterSet; readonly attribute DOMString contentType; |