зеркало из https://github.com/mozilla/pjs.git
Bug 319402 Simplify nsJSContext::CompileEventHandler call in nsEventListenerManager::AddScriptEventListener
r=jst sr=jst
This commit is contained in:
Родитель
3c09a5c6f5
Коммит
ebfa012f2e
|
@ -1377,8 +1377,8 @@ nsEventListenerManager::AddScriptEventListener(nsISupports *aObject,
|
|||
rv = context->CompileEventHandler(scriptObject, aName, eventName,
|
||||
aBody,
|
||||
url.get(), lineNo,
|
||||
(handlerOwner != nsnull),
|
||||
&handler);
|
||||
PR_FALSE,
|
||||
nsnull);
|
||||
}
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче