* platform/mac/PlatformScrollBarMac.mm:
(WebCore::PlatformScrollbar::scrollbarHit):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@20507
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-03-27 Antti Koivisto <antti@apple.com>
+
+ Keep buildbot happy.
+
+ * platform/mac/PlatformScrollBarMac.mm:
+ (WebCore::PlatformScrollbar::scrollbarHit):
+
2007-03-26 Antti Koivisto <antti@apple.com>
Reviewed by Darin.
return false; // Impossible to scroll anywhere.
WebCoreScrollBar *bar = (WebCoreScrollBar *)getView();
- int newPos = m_currentPos;
+ int newPos = value();
switch (hitPart) {
case NSScrollerDecrementLine:
newPos -= m_lineStep;