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

This commit is contained in:
Reuben Morais 2013-04-18 06:24:30 +02:00
Родитель 9f1dc55312
Коммит c1fb0e118d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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