mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
92dba89a43
commit
3678f3ebd8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user