| Index: LayoutTests/rubberbanding/custom-scrollbars-nw.html
|
| diff --git a/LayoutTests/rubberbanding/custom-scrollbars-nw.html b/LayoutTests/rubberbanding/custom-scrollbars-nw.html
|
| index e6cbf3d4763cbacc81bb406639e5d94a8ba03b67..11c3b42fc04a21cdf2782fc4b76cdf5c723eb539 100644
|
| --- a/LayoutTests/rubberbanding/custom-scrollbars-nw.html
|
| +++ b/LayoutTests/rubberbanding/custom-scrollbars-nw.html
|
| @@ -22,7 +22,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>
|
|
|