Quick followup, my reviewers missed a copy/paste error that's harmless but formally wrong.

This commit is contained in:
brendan%mozilla.org 2001-08-07 07:12:12 +00:00
Родитель 8f06f31fbf
Коммит 73f0cbccc4
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -298,7 +298,7 @@ nsJSUtils::GetDynamicScriptContext(JSContext *aContext,
{
nsISupports *supports =
(::JS_GetOptions(aContext) & JSOPTION_PRIVATE_IS_NSISUPPORTS)
? NS_STATIC_CAST(nsIScriptContext*, ::JS_GetContextPrivate(aContext))
? NS_STATIC_CAST(nsISupports*, ::JS_GetContextPrivate(aContext))
: nsnull;
if (!supports)
return nsnull;