refactor: rename Firefox related references to their relevant counterparts
This commit is contained in:
@@ -1200,7 +1200,7 @@ nsBrowserContentHandler.prototype = {
|
||||
var urlParam = cmdLine.getArgument(urlFlagIdx + 1);
|
||||
if (
|
||||
cmdLine.length != urlFlagIdx + 2 ||
|
||||
/firefoxurl(-[a-f0-9]+)?:/i.test(urlParam)
|
||||
/waterfoxurl(-[a-f0-9]+)?:/i.test(urlParam)
|
||||
) {
|
||||
throw Components.Exception("", Cr.NS_ERROR_ABORT);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user