| Index: Source/core/accessibility/AXScrollView.cpp
|
| diff --git a/Source/core/accessibility/AXScrollView.cpp b/Source/core/accessibility/AXScrollView.cpp
|
| index 03bb63332635fa7ccec804b1a6fb7eae6d201263..006bec7e6a611d72a9712b25c7a75101cb55e029 100644
|
| --- a/Source/core/accessibility/AXScrollView.cpp
|
| +++ b/Source/core/accessibility/AXScrollView.cpp
|
| @@ -71,8 +71,8 @@ AXObject* AXScrollView::scrollBar(AccessibilityOrientation orientation)
|
| }
|
|
|
| // If this is WebKit1 then the native scroll view needs to return the
|
| -// AX information (because there are no scroll bar children in the ScrollView object in WK1).
|
| -// In WebKit2, the ScrollView object will return the AX information (because there are no platform widgets).
|
| +// AX information (because there are no scroll bar children in the FrameView object in WK1).
|
| +// In WebKit2, the FrameView object will return the AX information (because there are no platform widgets).
|
| bool AXScrollView::isAttachment() const
|
| {
|
| return false;
|
|
|