Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(514)

Unified Diff: tools/testing/dart/browser_controller.dart

Issue 16026007: Fix accidentially added dot in safari web driver (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/browser_controller.dart
===================================================================
--- tools/testing/dart/browser_controller.dart (revision 23287)
+++ tools/testing/dart/browser_controller.dart (working copy)
@@ -262,7 +262,7 @@
if (!success) {
return new Future.immediate(false);
}
- return .getVersion().then((version) {
+ return getVersion().then((version) {
_logEvent("Got version: $version");
var args = ["'$url'"];
return new Directory('').createTemp().then((userDir) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698