Update chrome.js

This commit is contained in:
Namhyeon Go 2022-01-13 00:15:45 +09:00 committed by GitHub
parent 3e06104167
commit 66ad0e69af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ var ChromeObject = function() {
};
this.setIsPreventEvaluate = function(flag) {
this.isPreventEvaluate = true;
this.isPreventEvaluate = flag;
};
this.setBinPath = function(path) {