| Index: LayoutTests/fast/viewport/viewport-4.html
|
| diff --git a/LayoutTests/fast/viewport/viewport-4.html b/LayoutTests/fast/viewport/viewport-4.html
|
| index dc236cfa416c94e92f42af4531c857e425d279d9..25c3cd97952781309a8eecb88b76801dc18801bd 100644
|
| --- a/LayoutTests/fast/viewport/viewport-4.html
|
| +++ b/LayoutTests/fast/viewport/viewport-4.html
|
| @@ -5,7 +5,7 @@
|
| function test() {
|
| if (window.testRunner) {
|
| testRunner.dumpAsText();
|
| - alert(internals.configurationForViewport(document, 1, 320, 480, 320, 352));
|
| + alert(internals.configurationForViewport(document, 1, 320, 352));
|
| }
|
| }
|
| </script>
|
|
|