Chromium Code Reviews| Index: Source/core/dom/Document.idl |
| diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl |
| index 2868e3e02a999b0c7b08f17ca306aae5125f33c5..87b78f00bbe1ec5186350ff4d44d9d0b7c5cec1b 100644 |
| --- a/Source/core/dom/Document.idl |
| +++ b/Source/core/dom/Document.idl |
| @@ -57,6 +57,7 @@ interface Document : Node { |
| [RaisesException, CustomElementCallbacks, TypeChecking=Interface] Node adoptNode(Node node); |
| [ImplementedAs=url] readonly attribute DOMString? documentURI; |
| + readonly attribute DOMString origin; |
|
jochen (gone - plz use gerrit)
2014/11/25 15:53:49
is returning null for unique origins correct? Do y
jochen (gone - plz use gerrit)
2014/11/25 15:53:49
is returning null for unique origins correct? Do y
|
| // DOM Level 2 Events (DocumentEvents interface) |