Changes to make Bridge.h script-engine independent are complete

See https://bugs.webkit.org/show_bug.cgi?id=32154

Change-Id: I76355f3e002af505560a8a8cfce1c98322f66230
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"