Remove jsobj.h from installed headers, bug 690943. r=luke

This commit is contained in:
Brian Hackett
2011-10-04 07:06:54 -07:00
parent 663ba372bd
commit 0ec9245d43
106 changed files with 1435 additions and 1202 deletions

View File

@@ -48,6 +48,7 @@
#include "prclist.h"
#include "jscntxt.h"
#include "jsfriendapi.h"
#include "nsPluginHost.h"
#include "nsNPAPIPlugin.h"
@@ -1617,7 +1618,7 @@ _evaluate(NPP npp, NPObject* npobj, NPString *script, NPVariant *result)
return false;
}
OBJ_TO_INNER_OBJECT(cx, obj);
obj = JS_ObjectToInnerObject(cx, obj);
// Root obj and the rval (below).
jsval vec[] = { OBJECT_TO_JSVAL(obj), JSVAL_NULL };