Skip to content

Commit 884c31a

Browse files
committed
Keep webdriverjs es5 strict mode compatible.
A follow up to commit c8b388a
1 parent d428670 commit 884c31a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

javascript/webdriver/build.desc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ js_binary(name = "webdriver",
9797
"--jscomp_error=undefinedVars",
9898
"--jscomp_error=unknownDefines",
9999
"--jscomp_error=uselessCode",
100+
"--jscomp_error=useOfGoogBase",
100101
"--jscomp_error=visibility",
101102
"--output_wrapper='(function(exports){%output%})(typeof exports===typeof {}&&exports===this?exports:this.webdriver=this.webdriver||{})'",
102103
"--third_party=false",

0 commit comments

Comments
 (0)