| Index: third_party/WebKit/Source/core/dom/Document.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp
|
| index 575395007f8ab3d302e05cca6ea46b6a0ebcc58f..e0492494d150c67e1ecf02019ece238df8d5b4c3 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -1127,11 +1127,6 @@ void Document::setXMLStandalone(bool standalone, ExceptionState& exceptionState)
|
| m_xmlStandalone = standalone ? Standalone : NotStandalone;
|
| }
|
|
|
| -KURL Document::baseURI() const
|
| -{
|
| - return m_baseURL;
|
| -}
|
| -
|
| void Document::setContent(const String& content)
|
| {
|
| open();
|
|
|