Merge inbound to m-c. a=merge
CLOSED TREE
This commit is contained in:
@@ -1508,8 +1508,9 @@ _evaluate(NPP npp, NPObject* npobj, NPString *script, NPVariant *result)
|
||||
}
|
||||
|
||||
obj = JS_ObjectToInnerObject(cx, obj);
|
||||
NS_ABORT_IF_FALSE(obj,
|
||||
"JS_ObjectToInnerObject should never return null with non-null input.");
|
||||
MOZ_ASSERT(obj,
|
||||
"JS_ObjectToInnerObject should never return null with non-null "
|
||||
"input.");
|
||||
|
||||
if (result) {
|
||||
// Initialize the out param to void
|
||||
|
||||
Reference in New Issue
Block a user