| Index: LayoutTests/fast/viewport/viewport-25.html
|
| diff --git a/LayoutTests/fast/viewport/viewport-25.html b/LayoutTests/fast/viewport/viewport-25.html
|
| index 644ff8928574a2da877577188651d59586b72a58..c575c96fee6134ac096dd8745167bce220bea9fa 100644
|
| --- a/LayoutTests/fast/viewport/viewport-25.html
|
| +++ b/LayoutTests/fast/viewport/viewport-25.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>
|
|
|