Index: Source/core/rendering/RenderView.cpp |
diff --git a/Source/core/rendering/RenderView.cpp b/Source/core/rendering/RenderView.cpp |
index 1be51e3b05d65fb3857e07657844b023a41bc8e1..a8556c9a51524b126275b3551b178e098326ffc7 100644 |
--- a/Source/core/rendering/RenderView.cpp |
+++ b/Source/core/rendering/RenderView.cpp |
@@ -104,8 +104,8 @@ bool RenderView::hitTest(const HitTestRequest& request, const HitTestLocation& l |
bool hitLayer = layer()->hitTest(request, location, result); |
- // ScrollView scrollbars are not the same as RenderLayer scrollbars tested by RenderLayer::hitTestOverflowControls, |
- // so we need to test ScrollView scrollbars separately here. Note that it's important we do this after |
+ // FrameView scrollbars are not the same as RenderLayer scrollbars tested by RenderLayer::hitTestOverflowControls, |
+ // so we need to test FrameView scrollbars separately here. Note that it's important we do this after |
// the hit test above, because that may overwrite the entire HitTestResult when it finds a hit. |
IntPoint viewPoint = location.roundedPoint() - frameView()->scrollOffset(); |
if (Scrollbar* frameScrollbar = frameView()->scrollbarAtViewPoint(viewPoint)) |