зеркало из https://github.com/mozilla/gecko-dev.git
Fix formatting
This commit is contained in:
Родитель
77daa803c6
Коммит
8ed55e98dd
|
@ -313,7 +313,7 @@ public class JavaAdapter extends ScriptableObject {
|
|||
}
|
||||
|
||||
SecuritySupport ss = cx.getSecuritySupport();
|
||||
if (ss != null) {
|
||||
if (ss != null) {
|
||||
Object securityDomain = cx.getSecurityDomainForStackDepth(-1);
|
||||
Class result = ss.defineClass(adapterName, bytes, securityDomain);
|
||||
if (result != null)
|
||||
|
|
|
@ -313,7 +313,7 @@ public class JavaAdapter extends ScriptableObject {
|
|||
}
|
||||
|
||||
SecuritySupport ss = cx.getSecuritySupport();
|
||||
if (ss != null) {
|
||||
if (ss != null) {
|
||||
Object securityDomain = cx.getSecurityDomainForStackDepth(-1);
|
||||
Class result = ss.defineClass(adapterName, bytes, securityDomain);
|
||||
if (result != null)
|
||||
|
|
Загрузка…
Ссылка в новой задаче