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