Bug 1292892 part 7 - Remove unnecessary JSContext arguments from IPC classes. r=bz
This commit is contained in:
@@ -78,13 +78,13 @@ void
|
||||
GetWrappedCPOWTag(JSObject* obj, nsACString& out);
|
||||
|
||||
PJavaScriptParent*
|
||||
NewJavaScriptParent(JSContext* cx);
|
||||
NewJavaScriptParent();
|
||||
|
||||
void
|
||||
ReleaseJavaScriptParent(PJavaScriptParent* parent);
|
||||
|
||||
PJavaScriptChild*
|
||||
NewJavaScriptChild(JSContext* cx);
|
||||
NewJavaScriptChild();
|
||||
|
||||
void
|
||||
ReleaseJavaScriptChild(PJavaScriptChild* child);
|
||||
|
||||
Reference in New Issue
Block a user