diff options
-rw-r--r-- | webkit/glue/plugins/webplugin_delegate_impl_gtk.cc | 2 |
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 |