зеркало из https://github.com/mozilla/gecko-dev.git
Bug 737120 - Allow Flash plugin instances to be cleaned up on Android without an object frame present r=blassey
This commit is contained in:
Родитель
e7efcb7470
Коммит
c43fdb7b38
|
@ -1804,7 +1804,7 @@ bool nsPluginInstanceOwner::AddPluginView(const gfxRect& aRect)
|
|||
|
||||
void nsPluginInstanceOwner::RemovePluginView()
|
||||
{
|
||||
if (!mInstance || !mObjectFrame)
|
||||
if (!mInstance)
|
||||
return;
|
||||
|
||||
void* surface = mInstance->GetJavaSurface();
|
||||
|
|
Загрузка…
Ссылка в новой задаче