| Index: LayoutTests/fast/viewport/viewport-83.html | 
| diff --git a/LayoutTests/fast/viewport/viewport-83.html b/LayoutTests/fast/viewport/viewport-83.html | 
| index d9eb5c190f68c790b79d3a3821c66ce6ae603764..2d660d7b7e11bcd66ea0dd11476134b28cc87083 100644 | 
| --- a/LayoutTests/fast/viewport/viewport-83.html | 
| +++ b/LayoutTests/fast/viewport/viewport-83.html | 
| @@ -5,7 +5,7 @@ | 
| function test() { | 
| if (window.testRunner) { | 
| testRunner.dumpAsText(); | 
| -                alert(internals.configurationForViewport(document, 1, 320, 480, 320, 352)); | 
| +                alert(internals.viewportAsText(document, 1, 320, 352)); | 
| } | 
| } | 
| </script> | 
|  |