зеркало из https://github.com/mozilla/gecko-dev.git
Quick followup, my reviewers missed a copy/paste error that's harmless but formally wrong.
This commit is contained in:
Родитель
8f06f31fbf
Коммит
73f0cbccc4
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче