Bug 394114 Interfaces missing from various QI implementations. jsdContext r=caillon sr=jag a=dsicore

This commit is contained in:
timeless@mozdev.org 2008-02-26 07:10:19 -08:00
Родитель 77e7b4ed3f
Коммит 35f7453c13
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -788,7 +788,7 @@ jsds_ScriptHookProc (JSDContext* jsdc, JSDScript* jsdscript, JSBool creating,
/* Contexts */
/*
NS_IMPL_THREADSAFE_ISUPPORTS1(jsdContext, jsdIContext);
NS_IMPL_THREADSAFE_ISUPPORTS2(jsdContext, jsdIContext, jsdIEphemeral);
NS_IMETHODIMP
jsdContext::GetJSDContext(JSDContext **_rval)