| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index ba4c87caee78c6ae2f5b959121632fa4274f6141..0f292bcddf1dfedc592557c6232668245c601f13 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -379,12 +379,8 @@ class CORE_EXPORT Document : public ContainerNode,
|
| m_hasXMLDeclaration = hasXMLDeclaration ? 1 : 0;
|
| }
|
|
|
| - String origin() const { return getSecurityOrigin()->toString(); }
|
| - String suborigin() const {
|
| - return getSecurityOrigin()->hasSuborigin()
|
| - ? getSecurityOrigin()->suborigin()->name()
|
| - : String();
|
| - }
|
| + String origin() const;
|
| + String suborigin() const;
|
|
|
| String visibilityState() const;
|
| PageVisibilityState pageVisibilityState() const;
|
|
|