| Index: LayoutTests/fast/viewport/viewport-legacy-ordering-1.html | 
| diff --git a/LayoutTests/fast/viewport/viewport-legacy-ordering-1.html b/LayoutTests/fast/viewport/viewport-legacy-ordering-1.html | 
| index 0f214f9536e39412479d8e8b0beac0e7b017d735..26a6d1d9316ad6972500d6bcadcbd319553f7d41 100644 | 
| --- a/LayoutTests/fast/viewport/viewport-legacy-ordering-1.html | 
| +++ b/LayoutTests/fast/viewport/viewport-legacy-ordering-1.html | 
| @@ -6,7 +6,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> | 
|  |