Bug 1145854 - Don't leak WrapperOwner::className's string. r=billm
This commit is contained in:
@@ -48,7 +48,7 @@ class WrapperAnswer : public virtual JavaScriptShared
|
||||
bool RecvHasInstance(const ObjectId &objId, const JSVariant &v, ReturnStatus *rs, bool *bp);
|
||||
bool RecvObjectClassIs(const ObjectId &objId, const uint32_t &classValue,
|
||||
bool *result);
|
||||
bool RecvClassName(const ObjectId &objId, nsString *result);
|
||||
bool RecvClassName(const ObjectId &objId, nsCString *result);
|
||||
bool RecvGetPrototype(const ObjectId &objId, ReturnStatus *rs, ObjectOrNullVariant *result);
|
||||
bool RecvRegExpToShared(const ObjectId &objId, ReturnStatus *rs, nsString *source, uint32_t *flags);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user