summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webkit/port/platform/mac/ScrollViewMac.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/port/platform/mac/ScrollViewMac.mm b/webkit/port/platform/mac/ScrollViewMac.mm
index 7007f40..0565cdc 100644
--- a/webkit/port/platform/mac/ScrollViewMac.mm
+++ b/webkit/port/platform/mac/ScrollViewMac.mm
@@ -205,7 +205,7 @@ bool ScrollView::scroll(ScrollDirection direction, ScrollGranularity granularity
return true;
}
-NSView* ScrollView::getDocumentView() const {
+NSView* ScrollView::documentView() const {
// TODO(pinkerton): we really gotta figure out how we're doing scrolling
return nil;
}