| Index: LayoutTests/fast/viewport/viewport-110.html
|
| diff --git a/LayoutTests/fast/viewport/viewport-110.html b/LayoutTests/fast/viewport/viewport-110.html
|
| index 88e52f64d69da39b96433fdc0e015dccd1cc1c78..82c38524808c8542745d29f9b03fadd4fa4c0301 100644
|
| --- a/LayoutTests/fast/viewport/viewport-110.html
|
| +++ b/LayoutTests/fast/viewport/viewport-110.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>
|
|
|