Chromium Code Reviews| Index: Source/core/dom/Document.h |
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
| index 662468f3e3332e81fef7c1737e24a464977a7eca..37e99ceb8b72968b3381c2494e6b748d6cbe6a06 100644 |
| --- a/Source/core/dom/Document.h |
| +++ b/Source/core/dom/Document.h |
| @@ -349,6 +349,8 @@ public: |
| virtual KURL baseURI() const override final; |
| + String origin() const { return securityOrigin()->toString(); } |
| + |
| String visibilityState() const; |
| bool hidden() const; |
| void didChangeVisibilityState(); |