Index: webkit/tools/test_shell/layout_test_controller.cc |
diff --git a/webkit/tools/test_shell/layout_test_controller.cc b/webkit/tools/test_shell/layout_test_controller.cc |
index 201c3c7b1c38a68d68ecbb1ad9619326a41758f8..aadbd390cf871915a9bafc8294c4cda5849a80b3 100644 |
--- a/webkit/tools/test_shell/layout_test_controller.cc |
+++ b/webkit/tools/test_shell/layout_test_controller.cc |
@@ -160,7 +160,7 @@ void LayoutTestController::waitUntilDone( |
FROM_HERE, |
base::Bind(&LayoutTestController::notifyDoneTimedOut, |
weak_factory_.GetWeakPtr()), |
- shell_->GetLayoutTestTimeout()); |
+ base::TimeDelta::FromMilliseconds(shell_->GetLayoutTestTimeout())); |
} |
wait_until_done_ = true; |