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

Unified Diff: chrome/renderer/pepper/pepper_flash_renderer_host.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
Index: chrome/renderer/pepper/pepper_flash_renderer_host.cc
===================================================================
--- chrome/renderer/pepper/pepper_flash_renderer_host.cc (revision 228862)
+++ chrome/renderer/pepper/pepper_flash_renderer_host.cc (working copy)
@@ -40,8 +40,8 @@
PP_Instance instance,
PP_Resource resource)
: ResourceHost(host->GetPpapiHost(), instance, resource),
- host_(host),
- weak_factory_(this) {
+ weak_factory_(this),
+ host_(host) {
}
PepperFlashRendererHost::~PepperFlashRendererHost() {
« no previous file with comments | « chrome/renderer/pepper/pepper_flash_renderer_host.h ('k') | content/renderer/pepper/content_decryptor_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698