Update chrome.js

This commit is contained in:
Namhyeon Go 2025-06-06 13:01:53 +09:00
parent 8d8284ecbe
commit 5c83c086ac

View File

@ -1246,6 +1246,8 @@ var ChromeObject = function() {
this.setVendor = function(vendor) { this.setVendor = function(vendor) {
this.setPublisherName(vendor); this.setPublisherName(vendor);
console.warn("Deprecated: Please use setPublisherName"); console.warn("Deprecated: Please use setPublisherName");
return this;
}; };
this.setPublisherName = function(publisherName) { this.setPublisherName = function(publisherName) {