зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1352575
(part 22) - PluginModuleParent::mAsyncNewRv. r=jimm.
--HG-- extra : rebase_source : 54d14cb006fcb4ee559f2d78acb7eabcc3578db0
This commit is contained in:
Родитель
1fae3c8e42
Коммит
3e11c1984e
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче