Bug 398946 - Remove JS_STATIC_DLL_CALLBACK and JS_DLL_CALLBACK from the tree; r=(benjamin + bent.mozilla)

This commit is contained in:
Arpad Borsos
2008-09-07 00:21:43 +02:00
parent d8fdd3d1da
commit 5c3d798db7
91 changed files with 695 additions and 764 deletions

View File

@@ -6036,7 +6036,7 @@ TraceObjectVector(JSTracer *trc, JSObject **vec, uint32 len)
}
}
JS_STATIC_DLL_CALLBACK(void)
static void
trace_temp_ns_array(JSTracer *trc, JSTempValueRooter *tvr)
{
JSTempRootedNSArray *tmp = (JSTempRootedNSArray *)tvr;