| Index: chrome/plugin/npobject_stub.cc
|
| diff --git a/chrome/plugin/npobject_stub.cc b/chrome/plugin/npobject_stub.cc
|
| index 12a9df7076e24a3af0936672d4dfc5e06b76db39..26780d27037bcd7ade3768483296c12afb04cc56 100644
|
| --- a/chrome/plugin/npobject_stub.cc
|
| +++ b/chrome/plugin/npobject_stub.cc
|
| @@ -16,8 +16,8 @@ NPObjectStub::NPObjectStub(
|
| PluginChannelBase* channel,
|
| int route_id,
|
| base::WaitableEvent* modal_dialog_event)
|
| - : channel_(channel),
|
| - npobject_(npobject),
|
| + : npobject_(npobject),
|
| + channel_(channel),
|
| route_id_(route_id),
|
| valid_(true),
|
| web_plugin_delegate_proxy_(NULL),
|
|
|