Index: Source/core/accessibility/AXRenderObject.cpp |
diff --git a/Source/core/accessibility/AXRenderObject.cpp b/Source/core/accessibility/AXRenderObject.cpp |
index 7ebc8c92d5a745f3bb463ff1ba0dddefff1db25e..1938cf36ad207ad443d18c44efa51ef054d0bae3 100644 |
--- a/Source/core/accessibility/AXRenderObject.cpp |
+++ b/Source/core/accessibility/AXRenderObject.cpp |
@@ -239,7 +239,7 @@ bool AXRenderObject::shouldNotifyActiveDescendant() const |
ScrollableArea* AXRenderObject::getScrollableAreaIfScrollable() const |
{ |
- // If the parent is a scroll view, then this object isn't really scrollable, the parent ScrollView should handle the scrolling. |
+ // If the parent is a FrameView, then this object isn't really scrollable; the parent should handle the scrolling. |
if (parentObject() && parentObject()->isAXScrollView()) |
return 0; |