Bug 747243 - Fix MSVC warning with a little JS_FRIEND_API love. r=billm

This commit is contained in:
Ryan VanderMeulen 2012-04-24 19:50:00 -04:00
parent d2d5226e3b
commit 3e57646eb6

View File

@ -1382,7 +1382,7 @@ MaybeGC(JSContext *cx);
extern void
ShrinkGCBuffers(JSRuntime *rt);
extern void
extern JS_FRIEND_API(void)
PrepareForFullGC(JSRuntime *rt);
/*