Bug 1286795 part 4 - Change some callbacks to take JSContext instead of JSRuntime. r=terrence
This commit is contained in:
@@ -21,7 +21,7 @@ using namespace mozilla::jsipc;
|
||||
using mozilla::AutoSafeJSContext;
|
||||
|
||||
static void
|
||||
UpdateChildWeakPointersBeforeSweepingZoneGroup(JSRuntime* rt, void* data)
|
||||
UpdateChildWeakPointersBeforeSweepingZoneGroup(JSContext* cx, void* data)
|
||||
{
|
||||
static_cast<JavaScriptChild*>(data)->updateWeakPointers();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user