diff options
Diffstat (limited to 'WebCore/platform/DragData.h')
-rw-r--r-- | WebCore/platform/DragData.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/platform/DragData.h b/WebCore/platform/DragData.h index c4b9337..d139352 100644 --- a/WebCore/platform/DragData.h +++ b/WebCore/platform/DragData.h @@ -52,6 +52,8 @@ typedef class wxDataObject* DragDataRef; #elif PLATFORM(GTK) // FIXME: this should probably be something gdk-specific typedef void* DragDataRef; +#elif defined ANDROID +typedef void* DragDataRef; #endif |