| Index: LayoutTests/fast/viewport/viewport-33.html
|
| diff --git a/LayoutTests/fast/viewport/viewport-33.html b/LayoutTests/fast/viewport/viewport-33.html
|
| index 0049f867d2b3eb9222ede2ac2bd2f56cafc0a415..4f3dd4dfce359453d669cb44ada33304fc86ad22 100644
|
| --- a/LayoutTests/fast/viewport/viewport-33.html
|
| +++ b/LayoutTests/fast/viewport/viewport-33.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>
|
|
|