Chromium Code Reviews| Index: Source/core/dom/Document.h |
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
| index 119604a46bb0ad5899fecf0905764c7d81466f73..b09e5b642f776699c154c998ad542c5f9f86e30b 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(); |