From 5c83c086ac71b45342d71b7c5b4845a0c4605c5e Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Fri, 6 Jun 2025 13:01:53 +0900 Subject: [PATCH] Update chrome.js --- lib/chrome.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/chrome.js b/lib/chrome.js index c651b37..4f627af 100644 --- a/lib/chrome.js +++ b/lib/chrome.js @@ -1246,6 +1246,8 @@ var ChromeObject = function() { this.setVendor = function(vendor) { this.setPublisherName(vendor); console.warn("Deprecated: Please use setPublisherName"); + + return this; }; this.setPublisherName = function(publisherName) {