Index: chrome/test/chromedriver/commands.cc |
diff --git a/chrome/test/chromedriver/commands.cc b/chrome/test/chromedriver/commands.cc |
index 6ab61351985aa967ee28e7afa1208f479b74fdb8..ac0eeea95f0561c5efe5830e0622612811289fc8 100644 |
--- a/chrome/test/chromedriver/commands.cc |
+++ b/chrome/test/chromedriver/commands.cc |
@@ -88,7 +88,7 @@ Status CreateSessionOnSessionThreadHelper( |
return Status(kUnknownError, "cannot find dict 'desiredCapabilities'"); |
Capabilities capabilities; |
- Status status = capabilities.Parse(*desired_caps); |
+ Status status = capabilities.Parse(*desired_caps, bound_params.log); |
if (status.IsError()) |
return status; |