summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins/webplugin_delegate_impl_gtk.cc
diff options
context:
space:
mode:
authorstuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-11 16:34:36 +0000
committerstuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-11 16:34:36 +0000
commit1bc5ec5d6fca5de3d3604e21b4717a210221f305 (patch)
tree99093e84fdf601965e0554391d656c025f7ba497 /webkit/glue/plugins/webplugin_delegate_impl_gtk.cc
parentc1a94438912c653a9f773445bd09f5536d79bec4 (diff)
downloadchromium_src-1bc5ec5d6fca5de3d3604e21b4717a210221f305.zip
chromium_src-1bc5ec5d6fca5de3d3604e21b4717a210221f305.tar.gz
chromium_src-1bc5ec5d6fca5de3d3604e21b4717a210221f305.tar.bz2
Fix Linux compile bustage
TBR=avi Review URL: http://codereview.chromium.org/605001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38776 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/plugins/webplugin_delegate_impl_gtk.cc')
-rw-r--r--webkit/glue/plugins/webplugin_delegate_impl_gtk.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/plugins/webplugin_delegate_impl_gtk.cc b/webkit/glue/plugins/webplugin_delegate_impl_gtk.cc
index ab61526..6fc1d3e 100644
--- a/webkit/glue/plugins/webplugin_delegate_impl_gtk.cc
+++ b/webkit/glue/plugins/webplugin_delegate_impl_gtk.cc
@@ -51,7 +51,7 @@ WebPluginDelegateImpl::WebPluginDelegateImpl(
socket_(NULL),
parent_(containing_view),
quirks_(0),
- handle_event_depth_(0), {
+ handle_event_depth_(0) {
memset(&window_, 0, sizeof(window_));
if (instance_->mime_type() == "application/x-shockwave-flash") {
// Flash is tied to Firefox's whacky behavior with windowless plugins. See