summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webkit/glue/webcursor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/webcursor.h b/webkit/glue/webcursor.h
index 55281db..6f555fd 100644
--- a/webkit/glue/webcursor.h
+++ b/webkit/glue/webcursor.h
@@ -93,7 +93,7 @@ public:
void set_hotspot(int hotspot_x, int hotspot_y) {
hotspot_x_ = hotspot_x;
- hotspot_y_ = hotspot_x;
+ hotspot_y_ = hotspot_y;
}
#if defined(OS_WIN)