mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1087619 - test_bug429785.xul QueryInterface typo, r=ehsan
This commit is contained in:
parent
c8ce2a2313
commit
ffaf082a19
@ -22,7 +22,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=429785
|
||||
const serv = Components.classes["@mozilla.org/consoleservice;1"]
|
||||
.getService(Components.interfaces.nsIConsoleService);
|
||||
var listener = {
|
||||
QueryInteface : function(iid) {
|
||||
QueryInterface : function(iid) {
|
||||
if (!iid.equals(Components.interfaces.nsISupports) &&
|
||||
!iid.equals(Components.interfaces.nsIConsoleListener)) {
|
||||
throw Components.results.NS_NOINTERFACE;
|
||||
|
Loading…
Reference in New Issue
Block a user