Update chrome.js

This commit is contained in:
Namhyeon Go 2023-02-01 11:02:55 +09:00 committed by GitHub
parent 83e4c02f16
commit 27b324b3be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1288,7 +1288,7 @@ var ChromeObject = function(interfaces) {
this.create();
};
ChromeObject.prototype = new STD.EventableObject();
ChromeObject.prototype = new STD.EventTarget();
ChromeObject.prototype.constructor = ChromeObject;
exports.create = function(profileName) {