mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 428255 please spell equals correctly (syntax typo) r=dietrich a=beltzner
This commit is contained in:
parent
e19130f2c0
commit
219c6d8ba2
@ -442,7 +442,7 @@ var BookmarkPropertiesPanel = {
|
||||
|
||||
QueryInterface: function BPP_QueryInterface(aIID) {
|
||||
if (aIID.equals(Ci.nsIMicrosummaryObserver) ||
|
||||
aIID.eqauls(Ci.nsISupports))
|
||||
aIID.equals(Ci.nsISupports))
|
||||
return this;
|
||||
|
||||
throw Cr.NS_ERROR_NO_INTERFACE;
|
||||
|
@ -269,7 +269,7 @@ var gEditItemOverlay = {
|
||||
if (aIID.equals(Ci.nsIMicrosummaryObserver) ||
|
||||
aIID.equals(Ci.nsIDOMEventListener) ||
|
||||
aIID.equals(Ci.nsINavBookmarkObserver) ||
|
||||
aIID.eqauls(Ci.nsISupports))
|
||||
aIID.equals(Ci.nsISupports))
|
||||
return this;
|
||||
|
||||
throw Cr.NS_ERROR_NO_INTERFACE;
|
||||
|
Loading…
Reference in New Issue
Block a user