mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
No bug - Fix typo.
This commit is contained in:
parent
d0df74d728
commit
5a61e392b5
@ -621,7 +621,7 @@ XPCWrappedNativeXrayTraits::resolveDOMCollectionProperty(JSContext *cx, HandleOb
|
||||
XPCWrappedNative *wn = getWN(wrapper);
|
||||
if (!wn) {
|
||||
// This should NEVER happen, but let's be extra careful here
|
||||
// becaue of the reported crashes (Bug 832091).
|
||||
// because of the reported crashes (Bug 832091).
|
||||
XPCThrower::Throw(NS_ERROR_UNEXPECTED, cx);
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user