summaryrefslogtreecommitdiffstats
path: root/WebCore
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore')
-rw-r--r--WebCore/plugins/PluginView.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/WebCore/plugins/PluginView.cpp b/WebCore/plugins/PluginView.cpp
index 89713b5..7b143e5 100644
--- a/WebCore/plugins/PluginView.cpp
+++ b/WebCore/plugins/PluginView.cpp
@@ -27,12 +27,7 @@
#include "config.h"
#include "PluginView.h"
-// ANDROID
-// Temporary guard required until Bridge.h is script-engine independent
-// See https://bugs.webkit.org/show_bug.cgi?id=32154
-#if USE(JSC)
#include "Bridge.h"
-#endif
#include "Document.h"
#include "DocumentLoader.h"
#include "Element.h"