| Index: LayoutTests/rubberbanding/overhang-sw.html
|
| diff --git a/LayoutTests/rubberbanding/overhang-sw.html b/LayoutTests/rubberbanding/overhang-sw.html
|
| index dba8ca83f0eb4a5f947dfbf6f8732bdfca529c30..22028dda656da0aa87b649c4c0a4a0ce3a6e59d5 100644
|
| --- a/LayoutTests/rubberbanding/overhang-sw.html
|
| +++ b/LayoutTests/rubberbanding/overhang-sw.html
|
| @@ -7,7 +7,7 @@
|
| if (window.internals) {
|
| document.getElementById('info').style.visibility = "hidden";
|
| internals.settings.setMockScrollbarsEnabled(false);
|
| - internals.setScrollViewPosition(document, -50, 50);
|
| + internals.setFrameViewPosition(document, -50, 50);
|
| }
|
| </script>
|
| </body>
|
|
|