From 3e11c1984e67e441beadfac34242843a283a7805 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Tue, 18 Apr 2017 16:56:45 +1000 Subject: [PATCH] Bug 1352575 (part 22) - PluginModuleParent::mAsyncNewRv. r=jimm. --HG-- extra : rebase_source : 54d14cb006fcb4ee559f2d78acb7eabcc3578db0 --- dom/plugins/ipc/PluginModuleParent.cpp | 1 - dom/plugins/ipc/PluginModuleParent.h | 1 - 2 files changed, 2 deletions(-) diff --git a/dom/plugins/ipc/PluginModuleParent.cpp b/dom/plugins/ipc/PluginModuleParent.cpp index c92c41046467..437c5cdea777 100644 --- a/dom/plugins/ipc/PluginModuleParent.cpp +++ b/dom/plugins/ipc/PluginModuleParent.cpp @@ -612,7 +612,6 @@ PluginModuleParent::PluginModuleParent(bool aIsChrome) , mTaskFactory(this) , mSandboxLevel(0) , mIsFlashPlugin(false) - , mAsyncNewRv(NS_ERROR_NOT_INITIALIZED) #ifdef MOZ_CRASHREPORTER , mCrashReporterMutex("PluginModuleChromeParent::mCrashReporterMutex") #endif diff --git a/dom/plugins/ipc/PluginModuleParent.h b/dom/plugins/ipc/PluginModuleParent.h index 027102519560..f01362549c0a 100644 --- a/dom/plugins/ipc/PluginModuleParent.h +++ b/dom/plugins/ipc/PluginModuleParent.h @@ -340,7 +340,6 @@ protected: bool GetPluginDetails(); - nsresult mAsyncNewRv; uint32_t mRunID; RefPtr mTextureAllocatorForDirectBitmap;