зеркало из https://github.com/mozilla/gecko-dev.git
Bug 861041 - Fix -Wunused-function error in XPCQuickStubs.h. r=bz a=overholt
This commit is contained in:
Родитель
9f1dc55312
Коммит
c1fb0e118d
|
@ -585,7 +585,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
|
||||
|
|
Загрузка…
Ссылка в новой задаче