Change-Id: Ie0a7a9e55f338662fa7504e911ad364701e2cff3
var native_ = new NativeManager(extension);
-exports = new Utils();
+exports.utils = new Utils();
+Object.freeze(exports);
+Object.freeze(exports.utils);
Object.freeze(Utils.prototype);
Object.freeze(NativeManager.prototype);
Object.freeze(NativeBridge.prototype);
-Object.freeze(exports);
+
UtilsExtension::UtilsExtension() {
LoggerD("Entered");
- SetExtensionName("xwalk.utils");
+ SetExtensionName("xwalk");
SetJavaScriptAPI(kSource_utils_api);
}