зеркало из https://github.com/mozilla/pjs.git
Fix 1 character typo breaking old-style safe for scripting controls. b=194281 r=dbradley@netscape.com sr=alecf@netscape.com a=asa@mozilla.org
This commit is contained in:
Родитель
413efbcf8c
Коммит
47d2e287d9
|
@ -1027,7 +1027,7 @@ MozAxPlugin::GetValue(NPP instance, NPPVariable variable, void *value)
|
|||
{
|
||||
PRBool classExists = PR_FALSE;
|
||||
nsCID cid;
|
||||
memcpy(&iid, &pData->clsid, sizeof(cid));
|
||||
memcpy(&cid, &pData->clsid, sizeof(cid));
|
||||
dispSupport->IsClassMarkedSafeForScripting(cid, &classExists, &isScriptable);
|
||||
}
|
||||
if (!isScriptable)
|
||||
|
|
Загрузка…
Ссылка в новой задаче