| Index: LayoutTests/fast/viewport/viewport-117.html
|
| diff --git a/LayoutTests/fast/viewport/viewport-117.html b/LayoutTests/fast/viewport/viewport-117.html
|
| index 3c7510f7c42176c5b9a53d6bf75fd7c4c82b6660..62407fe674cae851e662a854b153833b55502dca 100644
|
| --- a/LayoutTests/fast/viewport/viewport-117.html
|
| +++ b/LayoutTests/fast/viewport/viewport-117.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>
|
|
|