зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1472647 - nsPluginInstanceOwner::GetURL should use GetComposedDoc, r=mrbkap
This commit is contained in:
Родитель
a5cf31373f
Коммит
d14590cada
|
@ -419,7 +419,7 @@ NS_IMETHODIMP nsPluginInstanceOwner::GetURL(const char *aURL,
|
||||||
return NS_OK;
|
return NS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
nsIDocument *doc = content->GetUncomposedDoc();
|
nsIDocument *doc = content->GetComposedDoc();
|
||||||
if (!doc) {
|
if (!doc) {
|
||||||
return NS_ERROR_FAILURE;
|
return NS_ERROR_FAILURE;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче