mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-27 12:50:09 +00:00
Bug 718311. r=mrbkap.
--HG-- extra : transplant_source : %BB%A6%E6%5E%D5%21E%11m%82%1AM%87%94%0C%E6%9A%5C%95e
This commit is contained in:
parent
b00fe831b3
commit
d0b8307cdc
@ -317,6 +317,11 @@ private:
|
||||
return false;
|
||||
}
|
||||
|
||||
if (JSVAL_IS_VOID(adaptor)) {
|
||||
*aVp = JSVAL_NULL;
|
||||
return true;
|
||||
}
|
||||
|
||||
JS_ASSERT(JSVAL_IS_OBJECT(adaptor));
|
||||
|
||||
jsval listener = js::GetFunctionNativeReserved(JSVAL_TO_OBJECT(adaptor),
|
||||
|
Loading…
x
Reference in New Issue
Block a user