| Index: LayoutTests/fast/viewport/viewport-10.html
|
| diff --git a/LayoutTests/fast/viewport/viewport-10.html b/LayoutTests/fast/viewport/viewport-10.html
|
| index 1f6146021f31a5a028b8719f56c868a4d5b1a470..aa8f752911d01d69b2650a6b8909c5fcb39a6e1b 100644
|
| --- a/LayoutTests/fast/viewport/viewport-10.html
|
| +++ b/LayoutTests/fast/viewport/viewport-10.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>
|
|
|