summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/page/android
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/page/android')
-rw-r--r--Source/WebCore/page/android/DragControllerAndroid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/page/android/DragControllerAndroid.cpp b/Source/WebCore/page/android/DragControllerAndroid.cpp
index b20ab60..e67daaf 100644
--- a/Source/WebCore/page/android/DragControllerAndroid.cpp
+++ b/Source/WebCore/page/android/DragControllerAndroid.cpp
@@ -32,7 +32,7 @@
namespace WebCore {
-bool DragController::isCopyKeyDown()
+bool DragController::isCopyKeyDown(DragData*)
{
return false;
}