| Index: LayoutTests/fast/viewport/viewport-legacy-ordering-2.html | 
| diff --git a/LayoutTests/fast/viewport/viewport-legacy-ordering-2.html b/LayoutTests/fast/viewport/viewport-legacy-ordering-2.html | 
| index d3ced890df1292f90c375d0fdc3a43be2922013b..b4c95b83921b093ea1f7cb67f51e612ad5c543cc 100644 | 
| --- a/LayoutTests/fast/viewport/viewport-legacy-ordering-2.html | 
| +++ b/LayoutTests/fast/viewport/viewport-legacy-ordering-2.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> | 
|  |