Index: Source/WebCore/platform/Scrollbar.h |
=================================================================== |
--- Source/WebCore/platform/Scrollbar.h (revision 146890) |
+++ Source/WebCore/platform/Scrollbar.h (working copy) |
@@ -174,7 +174,7 @@ |
void autoscrollPressedPart(double delay); |
ScrollDirection pressedPartScrollDirection(); |
ScrollGranularity pressedPartScrollGranularity(); |
- |
+ |
ScrollableArea* m_scrollableArea; |
ScrollbarOrientation m_orientation; |
ScrollbarControlSize m_controlSize; |
@@ -206,7 +206,7 @@ |
private: |
virtual bool isScrollbar() const { return true; } |
- virtual AXObjectCache* existingAXObjectCache() const; |
+ virtual AXObjectCache* axObjectCache() const; |
}; |
} // namespace WebCore |