зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1477670 - empty out DOM implementation of registerContentHandler, r=baku
MozReview-Commit-ID: 7Oe6P1sC4KW --HG-- extra : rebase_source : 8b147b2b951adcc257ba5dcd0dca027a728bd83c
This commit is contained in:
Родитель
699323bf73
Коммит
b3a715cbd5
|
@ -878,18 +878,6 @@ Navigator::RegisterContentHandler(const nsAString& aMIMEType,
|
|||
const nsAString& aTitle,
|
||||
ErrorResult& aRv)
|
||||
{
|
||||
if (!mWindow || !mWindow->GetOuterWindow() || !mWindow->GetDocShell()) {
|
||||
return;
|
||||
}
|
||||
|
||||
nsCOMPtr<nsIWebContentHandlerRegistrar> registrar =
|
||||
do_GetService(NS_WEBCONTENTHANDLERREGISTRAR_CONTRACTID);
|
||||
if (!registrar) {
|
||||
return;
|
||||
}
|
||||
|
||||
aRv = registrar->RegisterContentHandler(aMIMEType, aURI, aTitle,
|
||||
mWindow->GetOuterWindow());
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Загрузка…
Ссылка в новой задаче