From 0de9edc83c9d0ba66e526056b9abff98c610fed2 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Sat, 7 Jun 2025 04:18:20 +0900 Subject: [PATCH] Update chrome.js --- lib/chrome.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/chrome.js b/lib/chrome.js index 85a42dd..992db34 100644 --- a/lib/chrome.js +++ b/lib/chrome.js @@ -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":