Bug 598397: Remove support for Carbon NPAPI. r=smichaud

This commit is contained in:
Josh Aas
2012-10-15 08:38:34 -04:00
parent edc0ba4ad1
commit 9198e7804c
13 changed files with 92 additions and 1005 deletions

View File

@@ -2127,7 +2127,7 @@ _getvalue(NPP npp, NPNVariable variable, void *result)
#ifndef NP_NO_CARBON
case NPNVsupportsCarbonBool: {
*(NPBool*)result = true;
*(NPBool*)result = false;
return NPERR_NO_ERROR;
}