Index: content/renderer/pepper/message_channel.cc |
=================================================================== |
--- content/renderer/pepper/message_channel.cc (revision 228862) |
+++ content/renderer/pepper/message_channel.cc (working copy) |
@@ -301,8 +301,8 @@ |
: instance_(instance), |
passthrough_object_(NULL), |
np_object_(NULL), |
- early_message_queue_state_(QUEUE_MESSAGES), |
- weak_ptr_factory_(this) { |
+ weak_ptr_factory_(this), |
+ early_message_queue_state_(QUEUE_MESSAGES) { |
// 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(), |