Index: LayoutTests/rubberbanding/custom-scrollbars-sw.html |
diff --git a/LayoutTests/rubberbanding/custom-scrollbars-sw.html b/LayoutTests/rubberbanding/custom-scrollbars-sw.html |
index c1f01db839fd0877501f3ea19558626208ca6b2b..2634ea9d434b1b22b1b30f6bd5bfdd9f1b75ac5f 100644 |
--- a/LayoutTests/rubberbanding/custom-scrollbars-sw.html |
+++ b/LayoutTests/rubberbanding/custom-scrollbars-sw.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> |