| Index: content/shell/browser/webkit_test_controller.cc
|
| diff --git a/content/shell/browser/webkit_test_controller.cc b/content/shell/browser/webkit_test_controller.cc
|
| index d16986bc2025ef59a816f45ef9d71549e0d736ad..7af91ea5e63bde9fc23a6427014d0354634fe6ce 100644
|
| --- a/content/shell/browser/webkit_test_controller.cc
|
| +++ b/content/shell/browser/webkit_test_controller.cc
|
| @@ -422,7 +422,7 @@ void WebKitTestController::RenderProcessGone(base::TerminationStatus status) {
|
| DiscardMainWindow();
|
| }
|
|
|
| -void WebKitTestController::WebContentsDestroyed(WebContents* web_contents) {
|
| +void WebKitTestController::WebContentsDestroyed() {
|
| DCHECK(CalledOnValidThread());
|
| printer_->AddErrorMessage("FAIL: main window was destroyed");
|
| DiscardMainWindow();
|
|
|