Index: content/renderer/pepper/message_channel.cc |
diff --git a/content/renderer/pepper/message_channel.cc b/content/renderer/pepper/message_channel.cc |
index f06b787e79587f679349f95a3998c6e55e3af7ba..32f21a40727341fa673eb8cc3f0dd9f15dad9683 100644 |
--- a/content/renderer/pepper/message_channel.cc |
+++ b/content/renderer/pepper/message_channel.cc |
@@ -301,8 +301,8 @@ MessageChannel::MessageChannel(PepperPluginInstanceImpl* instance) |
: instance_(instance), |
passthrough_object_(NULL), |
np_object_(NULL), |
- weak_ptr_factory_(this), |
- early_message_queue_state_(QUEUE_MESSAGES) { |
+ early_message_queue_state_(QUEUE_MESSAGES), |
+ weak_ptr_factory_(this) { |
// Now create an NPObject for receiving calls to postMessage. This sets the |
// reference count to 1. We release it in the destructor. |
NPObject* obj = WebBindings::createObject(instance_->instanceNPP(), |