diff options
Diffstat (limited to 'WebCore/platform/android/ContextMenuClientAndroid.cpp')
-rw-r--r-- | WebCore/platform/android/ContextMenuClientAndroid.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/platform/android/ContextMenuClientAndroid.cpp b/WebCore/platform/android/ContextMenuClientAndroid.cpp index cc7252f..cb429ee 100644 --- a/WebCore/platform/android/ContextMenuClientAndroid.cpp +++ b/WebCore/platform/android/ContextMenuClientAndroid.cpp @@ -17,10 +17,9 @@ #include "config.h" #include "ContextMenuClientAndroid.h" +#include "NotImplemented.h" #include "wtf/Assertions.h" -#define notImplemented() ASSERT(0) - namespace WebCore { void ContextMenuClientAndroid::contextMenuDestroyed() { delete this; } |