diff options
| -rw-r--r-- | WebCore/platform/Widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/Widget.h b/WebCore/platform/Widget.h index 90d38a9..089a1e9 100644 --- a/WebCore/platform/Widget.h +++ b/WebCore/platform/Widget.h @@ -303,7 +303,7 @@ inline void Widget::setPlatformWidget(PlatformWidget widget) #endif -#if !PLATFORM(GTK) +#if !PLATFORM(GTK) && !PLATFORM(ANDROID) inline void Widget::releasePlatformWidget() { |
