Bug 737120 - Allow Flash plugin instances to be cleaned up on Android without an object frame present r=blassey

This commit is contained in:
James Willcox 2012-03-19 16:09:49 -04:00
Родитель e7efcb7470
Коммит c43fdb7b38
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1804,7 +1804,7 @@ bool nsPluginInstanceOwner::AddPluginView(const gfxRect& aRect)
void nsPluginInstanceOwner::RemovePluginView()
{
if (!mInstance || !mObjectFrame)
if (!mInstance)
return;
void* surface = mInstance->GetJavaSurface();