| Index: third_party/WebKit/Source/core/dom/Node.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Node.h b/third_party/WebKit/Source/core/dom/Node.h
|
| index db272ce5fe2288385157134c65a27510fbfb9126..d5b87bce6a6906ef75484818bb1e69df3972f076 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -221,7 +221,7 @@ public:
|
| Node* pseudoAwareFirstChild() const;
|
| Node* pseudoAwareLastChild() const;
|
|
|
| - virtual KURL baseURI() const;
|
| + const KURL& baseURI() const;
|
|
|
| PassRefPtrWillBeRawPtr<Node> insertBefore(PassRefPtrWillBeRawPtr<Node> newChild, Node* refChild, ExceptionState& = ASSERT_NO_EXCEPTION);
|
| PassRefPtrWillBeRawPtr<Node> replaceChild(PassRefPtrWillBeRawPtr<Node> newChild, PassRefPtrWillBeRawPtr<Node> oldChild, ExceptionState& = ASSERT_NO_EXCEPTION);
|
|
|