Bug 880697 - Remove JSD_GetDefaultJSContext and fix callers. r=gabor
This commit is contained in:
@@ -60,13 +60,6 @@ JSD_GetMinorVersion(void)
|
||||
return JSD_MINOR_VERSION;
|
||||
}
|
||||
|
||||
JSD_PUBLIC_API(JSContext*)
|
||||
JSD_GetDefaultJSContext(JSDContext* jsdc)
|
||||
{
|
||||
JSD_ASSERT_VALID_CONTEXT(jsdc);
|
||||
return jsdc->dumbContext;
|
||||
}
|
||||
|
||||
JSD_PUBLIC_API(JSObject*)
|
||||
JSD_GetDefaultGlobal(JSDContext* jsdc)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user