Merge m-c to inbound a=merge

MozReview-Commit-ID: BemR756HJnR
This commit is contained in:
Wes Kocher
2017-02-15 16:33:03 -08:00
318 changed files with 28790 additions and 23532 deletions

View File

@@ -1104,10 +1104,9 @@ _getvalue(NPP aNPP,
case NPNVxDisplay: {
if (aNPP) {
return InstCast(aNPP)->NPN_GetValue(aVariable, aValue);
}
else {
*(void **)aValue = xt_client_get_display();
}
}
*(void
**)aValue = xt_client_get_display();
return NPERR_NO_ERROR;
}
case NPNVxtAppContext: