mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 861041 - Fix -Wunused-function error in XPCQuickStubs.h. r=bz
--HG-- extra : rebase_source : d51c372a236b67fdaf91535bc967beb9621c671d
This commit is contained in:
parent
3d99395f09
commit
0063ef3def
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user