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 494e168859b82ff2ead42a8cbb8c1edacff0fdd2..f6a453a02a577feac85a171a16f74376aa89ab67 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.h |
+++ b/third_party/WebKit/Source/core/dom/Document.h |
@@ -328,8 +328,6 @@ public: |
void setXMLStandalone(bool, ExceptionState&); |
void setHasXMLDeclaration(bool hasXMLDeclaration) { m_hasXMLDeclaration = hasXMLDeclaration ? 1 : 0; } |
- KURL baseURI() const final; |
- |
String origin() const { return securityOrigin()->toString(); } |
String suborigin() const { return securityOrigin()->suboriginName(); } |