Update chrome.js

This commit is contained in:
Namhyeon Go 2025-06-07 04:18:20 +09:00
parent 13839a1fc3
commit 0de9edc83c

View File

@ -1251,8 +1251,8 @@ var ChromeObject = function() {
return this;
};
this.setPublisherName = function(publisherName) {
publisherName.set(publisherName.toLowerCase());
this.setPublisherName = function(_publisherName) {
publisherName.set(_publisherName.toLowerCase());
switch (publisherName.get()) {
case "msedge":