Index: LayoutTests/fast/events/autoscroll-upwards-propagation.html |
diff --git a/LayoutTests/fast/events/autoscroll-upwards-propagation.html b/LayoutTests/fast/events/autoscroll-upwards-propagation.html |
index c2e9c1cd1513bb9bbeaa11ec868eff89b0509059..df61872f73225f4267962f32836c92f12eaaaeeb 100644 |
--- a/LayoutTests/fast/events/autoscroll-upwards-propagation.html |
+++ b/LayoutTests/fast/events/autoscroll-upwards-propagation.html |
@@ -38,7 +38,7 @@ function runTest() { |
// We do the dragging/selection in two steps here, because if we move |
// the mouse beyond the input boundary right way, it won't start the autoscroll |
// timer. See early return in AutoscrollController::startAutoscrollForSelection |
- // after calling RenderBox::findAutoscrollable. |
+ // after calling LayoutBox::findAutoscrollable. |
eventSender.mouseMoveTo(x + 48, y); |
eventSender.mouseMoveTo(x + 55, y); |
setTimeout(finishTest, 100); |