Bug 861041 - Fix -Wunused-function error in XPCQuickStubs.h. r=bz

--HG--
extra : rebase_source : d51c372a236b67fdaf91535bc967beb9621c671d
This commit is contained in:
Reuben Morais 2013-04-11 20:19:54 -07:00
parent a366543483
commit c692778422

View File

@ -637,7 +637,7 @@ xpc_qsSameResult(int32_t result1, int32_t result2)
// Apply |op| to |obj|, |id|, and |vp|. If |op| is a setter, treat the assignment as lenient.
template<typename Op>
static inline JSBool ApplyPropertyOp(JSContext *cx, Op op, JSHandleObject obj, JSHandleId id, JSMutableHandleValue vp);
inline JSBool ApplyPropertyOp(JSContext *cx, Op op, JSHandleObject obj, JSHandleId id, JSMutableHandleValue vp);
template<>
inline JSBool