summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webcursor_mac.mm
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/webcursor_mac.mm')
-rw-r--r--webkit/glue/webcursor_mac.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/webcursor_mac.mm b/webkit/glue/webcursor_mac.mm
index 054d05b..82ce79c 100644
--- a/webkit/glue/webcursor_mac.mm
+++ b/webkit/glue/webcursor_mac.mm
@@ -59,7 +59,7 @@ NSCursor* CreateCustomCursor(const std::vector<char>& custom_data,
// We're matching Safari's cursor choices; see platform/mac/CursorMac.mm
NSCursor* WebCursor::GetCursor() const {
- switch (Type_) {
+ switch (type_) {
case PlatformCursor::TypePointer:
return [NSCursor arrowCursor];
case PlatformCursor::TypeCross: