| Index: content/renderer/pepper/plugin_object.cc
|
| diff --git a/content/renderer/pepper/plugin_object.cc b/content/renderer/pepper/plugin_object.cc
|
| index 93c4b72943d07557ef71b78553598335832f59e6..ada0fd9b7bfd1c3b4b15e1b9a44f16b5fc811117 100644
|
| --- a/content/renderer/pepper/plugin_object.cc
|
| +++ b/content/renderer/pepper/plugin_object.cc
|
| @@ -169,8 +169,8 @@ PluginObject::PluginObject(PepperPluginInstanceImpl* instance,
|
| instance_(instance),
|
| ppp_class_(ppp_class),
|
| ppp_class_data_(ppp_class_data),
|
| - weak_factory_(this),
|
| - template_cache_(instance->GetIsolate()) {
|
| + template_cache_(instance->GetIsolate()),
|
| + weak_factory_(this) {
|
| instance_->AddPluginObject(this);
|
| }
|
|
|
|
|