| Index: Source/core/frame/RemoteDOMWindow.cpp
|
| diff --git a/Source/core/frame/RemoteDOMWindow.cpp b/Source/core/frame/RemoteDOMWindow.cpp
|
| index af3f57ca9fdd64a870c6906bd8b559edcf8ef6c5..30bec60ccbde462fdc299133fcb1d0a8ac0ff7e3 100644
|
| --- a/Source/core/frame/RemoteDOMWindow.cpp
|
| +++ b/Source/core/frame/RemoteDOMWindow.cpp
|
| @@ -209,12 +209,6 @@ Console* RemoteDOMWindow::console() const
|
| return 0;
|
| }
|
|
|
| -Performance* RemoteDOMWindow::performance() const
|
| -{
|
| - ASSERT_NOT_REACHED();
|
| - return 0;
|
| -}
|
| -
|
| DOMWindowCSS* RemoteDOMWindow::css() const
|
| {
|
| ASSERT_NOT_REACHED();
|
|
|