| Index: LayoutTests/fast/viewport/viewport-84.html
|
| diff --git a/LayoutTests/fast/viewport/viewport-84.html b/LayoutTests/fast/viewport/viewport-84.html
|
| index 421ea15ad09db1807b65ab8c933c5a2bd97c350d..f65cfaffd12261fc61b6f5ab25e20bbcd744c192 100644
|
| --- a/LayoutTests/fast/viewport/viewport-84.html
|
| +++ b/LayoutTests/fast/viewport/viewport-84.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>
|
|
|