| Index: third_party/WebKit/Source/core/frame/RemoteDOMWindow.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/RemoteDOMWindow.cpp b/third_party/WebKit/Source/core/frame/RemoteDOMWindow.cpp
|
| index f2b05633c38f77c29006bf8a9052590394051980..32c736d5791fa3da4cb0124ff7ba380462307f81 100644
|
| --- a/third_party/WebKit/Source/core/frame/RemoteDOMWindow.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/RemoteDOMWindow.cpp
|
| @@ -197,12 +197,6 @@ int RemoteDOMWindow::orientation() const
|
| return 0;
|
| }
|
|
|
| -Console* RemoteDOMWindow::console() const
|
| -{
|
| - ASSERT_NOT_REACHED();
|
| - return 0;
|
| -}
|
| -
|
| DOMSelection* RemoteDOMWindow::getSelection()
|
| {
|
| ASSERT_NOT_REACHED();
|
|
|