| Index: content/renderer/npapi/webplugin_impl.cc
|
| diff --git a/content/renderer/npapi/webplugin_impl.cc b/content/renderer/npapi/webplugin_impl.cc
|
| index fd3eb066d12ed9dfb7870492934c8a39f7efd39e..16dc08a15eac4fa5adf08257e595f83867c5f45e 100644
|
| --- a/content/renderer/npapi/webplugin_impl.cc
|
| +++ b/content/renderer/npapi/webplugin_impl.cc
|
| @@ -544,8 +544,8 @@ WebPluginImpl::WebPluginImpl(
|
| ignore_response_error_(false),
|
| file_path_(file_path),
|
| mime_type_(base::UTF16ToASCII(params.mimeType)),
|
| - weak_factory_(this),
|
| - loader_client_(this) {
|
| + loader_client_(this),
|
| + weak_factory_(this) {
|
| DCHECK_EQ(params.attributeNames.size(), params.attributeValues.size());
|
| base::StringToLowerASCII(&mime_type_);
|
|
|
|
|