}
}
// initialize GWTState
final GwtState state = new GwtState(parentClassLoader, moduleDescription);
try {
state.initialize();
editor.putGlobalValue(UIObjectInfo.STATE_KEY, state);
rememberVariable_isStrictMode(editorState, state);
} catch (Throwable e) {
state.dispose();
ReflectionUtils.propagate(e);