| Index: Source/core/frame/RemoteDOMWindow.cpp
|
| diff --git a/Source/core/frame/RemoteDOMWindow.cpp b/Source/core/frame/RemoteDOMWindow.cpp
|
| index 93bcb89e7b83cf91c589e208bd1307aea482fff7..1ebf0dd3a251d2719c0816e78a96674e34341389 100644
|
| --- a/Source/core/frame/RemoteDOMWindow.cpp
|
| +++ b/Source/core/frame/RemoteDOMWindow.cpp
|
| @@ -306,7 +306,7 @@ void RemoteDOMWindow::moveBy(int x, int y) const
|
| ASSERT_NOT_REACHED();
|
| }
|
|
|
| -void RemoteDOMWindow::moveTo(int x, int y, bool hasX, bool hasY) const
|
| +void RemoteDOMWindow::moveTo(int x, int y) const
|
| {
|
| ASSERT_NOT_REACHED();
|
| }
|
| @@ -316,7 +316,7 @@ void RemoteDOMWindow::resizeBy(int x, int y) const
|
| ASSERT_NOT_REACHED();
|
| }
|
|
|
| -void RemoteDOMWindow::resizeTo(int width, int height, bool hasWidth, bool hasHeight) const
|
| +void RemoteDOMWindow::resizeTo(int width, int height) const
|
| {
|
| ASSERT_NOT_REACHED();
|
| }
|
|
|