| Index: webkit/glue/plugins/webplugin_delegate_impl_gtk.cc
|
| ===================================================================
|
| --- webkit/glue/plugins/webplugin_delegate_impl_gtk.cc (revision 49686)
|
| +++ webkit/glue/plugins/webplugin_delegate_impl_gtk.cc (working copy)
|
| @@ -50,7 +50,8 @@
|
| socket_(NULL),
|
| parent_(containing_view),
|
| quirks_(0),
|
| - handle_event_depth_(0) {
|
| + handle_event_depth_(0),
|
| + first_set_window_call_(true) {
|
| 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
|
|
|