| 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;
|
|
|
| // DOM Level 2 Events (DocumentEvents interface)
|
|
|
|
|