| Index: LayoutTests/fast/viewport/viewport-80.html
|
| diff --git a/LayoutTests/fast/viewport/viewport-80.html b/LayoutTests/fast/viewport/viewport-80.html
|
| index 50dd4089b8b7f406cf195d3e05272e7d7ed5a87b..023210608bfbd9e336da1600956fa8d11e00d9f9 100644
|
| --- a/LayoutTests/fast/viewport/viewport-80.html
|
| +++ b/LayoutTests/fast/viewport/viewport-80.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>
|
|
|