Bug 1091964 - [e10s] Cache isCallable and isConstructor for CPOWs (r=mrbkap)

This commit is contained in:
Bill McCloskey
2014-11-04 17:39:34 -08:00
parent 447a384ca1
commit 8eeffe9d73
7 changed files with 44 additions and 114 deletions

View File

@@ -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: