summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/DragData.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/DragData.h')
-rw-r--r--WebCore/platform/DragData.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/DragData.h b/WebCore/platform/DragData.h
index 53f320e..5020739 100644
--- a/WebCore/platform/DragData.h
+++ b/WebCore/platform/DragData.h
@@ -61,7 +61,7 @@ typedef void* DragDataRef;
#elif PLATFORM(HAIKU)
class BMessage;
typedef class BMessage* DragDataRef;
-#elif PLATFORM(EFL)
+#elif PLATFORM(EFL) || PLATFORM(BREWMP)
typedef void* DragDataRef;
#endif