mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Fixing comments text to reflect real state of code
This commit is contained in:
parent
faa2cc87fe
commit
fe6620df87
@ -206,7 +206,7 @@ public abstract class IdScriptable extends ScriptableObject
|
||||
if (hasValue(id)) {
|
||||
if (getAll || (getIdAttributes(id) & DONTENUM) == 0) {
|
||||
if (count == 0) {
|
||||
// Need extra room for nor more then [1..id] names
|
||||
// Need extra room for no more then [1..id] names
|
||||
ids = new Object[id];
|
||||
}
|
||||
ids[count++] = getIdName(id);
|
||||
|
@ -75,8 +75,6 @@ public final class LazilyLoadedCtor {
|
||||
// Treat security exceptions as absence of object.
|
||||
// They can be due to the following reasons:
|
||||
// java.lang.RuntimePermission createClassLoader
|
||||
// java.util.PropertyPermission
|
||||
// org.mozilla.javascript.JavaAdapter read
|
||||
|
||||
Class cl = Kit.classOrNull(className);
|
||||
if (cl == null) {
|
||||
|
Loading…
Reference in New Issue
Block a user