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:
szegedia%freemail.hu 2009-04-26 10:11:51 +00:00
parent ecf548eeab
commit 9ca3b8441f

View File

@ -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;