mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 773962 - Fix windows linkage bustage. r=me
This commit is contained in:
parent
423b0fb52c
commit
ace73859e6
@ -1141,7 +1141,7 @@ js::RemapWrapper(JSContext *cx, JSObject *wobj, JSObject *newTarget)
|
||||
|
||||
// Remap all cross-compartment wrappers pointing to |oldTarget| to point to
|
||||
// |newTarget|. All wrappers are recomputed.
|
||||
bool
|
||||
JS_FRIEND_API(bool)
|
||||
js::RemapAllWrappersForObject(JSContext *cx, JSObject *oldTarget,
|
||||
JSObject *newTarget)
|
||||
{
|
||||
|
@ -376,7 +376,7 @@ NukeCrossCompartmentWrapper(JSObject *wrapper);
|
||||
bool
|
||||
RemapWrapper(JSContext *cx, JSObject *wobj, JSObject *newTarget);
|
||||
|
||||
bool
|
||||
JS_FRIEND_API(bool)
|
||||
RemapAllWrappersForObject(JSContext *cx, JSObject *oldTarget,
|
||||
JSObject *newTarget);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user