зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1312690: Remove now-useless .matches() call from tryInject. r=aswan
MozReview-Commit-ID: 9EVWJFSe1tU --HG-- extra : rebase_source : 5fb8ba9579fbc3e58ed214bad18fffd055bf61ac
This commit is contained in:
Родитель
d374c039ef
Коммит
46cb76edfa
|
@ -214,11 +214,6 @@ Script.prototype = {
|
|||
* the injection.
|
||||
*/
|
||||
tryInject(window, sandbox, shouldRun, when) {
|
||||
if (!this.matches(window)) {
|
||||
this.deferred.reject({message: "No matching window"});
|
||||
return;
|
||||
}
|
||||
|
||||
if (shouldRun("document_start")) {
|
||||
let winUtils = window.QueryInterface(Ci.nsIInterfaceRequestor)
|
||||
.getInterface(Ci.nsIDOMWindowUtils);
|
||||
|
|
Загрузка…
Ссылка в новой задаче