Bug 773962 - Fix windows linkage bustage. r=me

This commit is contained in:
Bobby Holley 2012-07-23 17:57:39 +02:00
parent 423b0fb52c
commit ace73859e6
2 changed files with 2 additions and 2 deletions

View File

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

View File

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