Bug 880697 - Remove JSD_GetDefaultJSContext and fix callers. r=gabor

This commit is contained in:
Bobby Holley
2013-06-12 14:17:55 -07:00
parent 217ce62f46
commit 5da13cc9ae
5 changed files with 20 additions and 46 deletions

View File

@@ -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)
{