diff options
Diffstat (limited to 'content/shell/browser/webkit_test_controller.cc')
-rw-r--r-- | content/shell/browser/webkit_test_controller.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/browser/webkit_test_controller.cc b/content/shell/browser/webkit_test_controller.cc index 3256b20..fa56d01 100644 --- a/content/shell/browser/webkit_test_controller.cc +++ b/content/shell/browser/webkit_test_controller.cc @@ -421,7 +421,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(); |