Bug 1091964 - [e10s] Cache isCallable and isConstructor for CPOWs (r=mrbkap)
This commit is contained in:
@@ -62,9 +62,6 @@ class WrapperAnswer : public virtual JavaScriptShared
|
||||
bool RecvDOMInstanceOf(const ObjectId &objId, const int &prototypeID, const int &depth,
|
||||
ReturnStatus *rs, bool *instanceof);
|
||||
|
||||
bool RecvIsCallable(const ObjectId &objId, bool *result);
|
||||
bool RecvIsConstructor(const ObjectId &objId, bool *result);
|
||||
|
||||
bool RecvDropObject(const ObjectId &objId);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user