diff options
author | Steve Block <steveblock@google.com> | 2010-01-27 19:28:00 +0000 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2010-01-27 19:28:00 +0000 |
commit | 4c5a70fa485baf5dc3dc43efc47e30b82fc79b77 (patch) | |
tree | cf46e4b3b8bc9d52c47d6d1814d5b99d226c7be1 /WebCore/plugins | |
parent | fbd2688ec2a4d79adf95888484958ee80341a5a2 (diff) | |
download | external_webkit-4c5a70fa485baf5dc3dc43efc47e30b82fc79b77.zip external_webkit-4c5a70fa485baf5dc3dc43efc47e30b82fc79b77.tar.gz external_webkit-4c5a70fa485baf5dc3dc43efc47e30b82fc79b77.tar.bz2 |
Changes to make Bridge.h script-engine independent are complete
See https://bugs.webkit.org/show_bug.cgi?id=32154
Change-Id: I76355f3e002af505560a8a8cfce1c98322f66230
Diffstat (limited to 'WebCore/plugins')
-rw-r--r-- | WebCore/plugins/PluginView.cpp | 5 |
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" |