Bug 698495 followup: deal with uint32 being inconsistently defined by JS and NSPR in ways that break the Win64 build. r=waldo pending

This commit is contained in:
Boris Zbarsky 2011-11-04 13:57:39 -04:00
parent 92dba89a43
commit 3678f3ebd8

View File

@ -89,7 +89,7 @@ class JS_FRIEND_API(ProxyHandler) {
virtual void finalize(JSContext *cx, JSObject *proxy);
virtual void trace(JSTracer *trc, JSObject *proxy);
virtual bool getElementIfPresent(JSContext *cx, JSObject *obj, JSObject *receiver,
uint32 index, Value *vp, bool *present);
JSUint32 index, Value *vp, bool *present);
virtual bool isOuterWindow() {
return false;