Backed out changeset 3ae87fbf60a5 (bug 1554294) for failing at browser_deleteLogin.js on a CLOSED TREE.

This commit is contained in:
Gurzau Raul
2019-06-14 14:49:03 +03:00
parent 8e40843acc
commit c6e0911126
15 changed files with 35 additions and 31 deletions

View File

@@ -3553,11 +3553,6 @@ static bool IsInternalURIScheme(nsIURI* uri) {
return true;
}
bool isChrome;
if (NS_SUCCEEDED(uri->SchemeIs("chrome", &isChrome)) && isChrome) {
return true;
}
return false;
}