Bug 1352575 (part 22) - PluginModuleParent::mAsyncNewRv. r=jimm.

--HG--
extra : rebase_source : 54d14cb006fcb4ee559f2d78acb7eabcc3578db0
This commit is contained in:
Nicholas Nethercote 2017-04-18 16:56:45 +10:00
Родитель 1fae3c8e42
Коммит 3e11c1984e
2 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -340,7 +340,6 @@ protected:
bool
GetPluginDetails();
nsresult mAsyncNewRv;
uint32_t mRunID;
RefPtr<layers::TextureClientRecycleAllocator> mTextureAllocatorForDirectBitmap;