Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2116)

Unified Diff: content/renderer/pepper/message_channel.cc

Issue 26727006: Revert 227566 "Fix some WeakPtrFactory members that aren't last" (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1672/src/
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/pepper/message_channel.h ('k') | net/http/http_server_properties_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(),
« no previous file with comments | « content/renderer/pepper/message_channel.h ('k') | net/http/http_server_properties_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698