diff options
Diffstat (limited to 'third_party/webdriver/README.chromium')
-rw-r--r-- | third_party/webdriver/README.chromium | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/webdriver/README.chromium b/third_party/webdriver/README.chromium index dbb719b..3502eb7 100644 --- a/third_party/webdriver/README.chromium +++ b/third_party/webdriver/README.chromium @@ -20,7 +20,7 @@ Contents: atoms.h, atoms.cc These atoms are generated by the webdriver team and are to be checked in - manually. The current version was generated from revision 15054. + manually. The current version was generated from revision 15724. To generate the atoms using the code found in selenium tree: $ svn checkout http://selenium.googlecode.com/svn/trunk/ selenium-read-only @@ -28,7 +28,7 @@ Contents: $ go //javascript/chrome-driver:atoms $ cp build/javascript/chrome-driver/atoms.h \ <chromium_dir>/src/third_party/webdriver/atoms.h - $ cp build/javascript/chrome-driver/atoms.h \ + $ cp build/javascript/chrome-driver/atoms.cc \ <chromium_dir>/src/third_party/webdriver/atoms.cc The atoms.h/cc files are only used directly in the chrome version of |