Make sure we can lazily load our standard objects even when invoked from code that wouldn't have privilege to access those classes
git-svn-id: svn://10.0.0.236/trunk@257059 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
ecf548eeab
commit
9ca3b8441f
@ -232,7 +232,7 @@ public class ScriptRuntime {
|
||||
className = cx.getE4xImplementationFactory().
|
||||
getImplementationClassName();
|
||||
}
|
||||
new LazilyLoadedCtor(scope, topProperty, className, sealed);
|
||||
new LazilyLoadedCtor(scope, topProperty, className, sealed, true);
|
||||
}
|
||||
|
||||
return scope;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user