Skip to content

Commit 810e67a

Browse files
committed
Explicitly goog.require a used dependency
1 parent d214f0c commit 810e67a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

javascript/webdriver/capabilities.js

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ goog.provide('webdriver.Capabilities');
2121
goog.provide('webdriver.Capability');
2222
goog.provide('webdriver.ProxyConfig');
2323

24+
goog.require('webdriver.logging.Preferences');
25+
2426

2527

2628
/**

0 commit comments

Comments
 (0)