Chromium Code Reviews| Index: components/test_runner/web_test_proxy.cc |
| diff --git a/components/test_runner/web_test_proxy.cc b/components/test_runner/web_test_proxy.cc |
| index 7e76f1f7b9413f4be16c9d54235be439f9790f71..5a163ee8072b2d039376e9b4a76326ce847b7dd7 100644 |
| --- a/components/test_runner/web_test_proxy.cc |
| +++ b/components/test_runner/web_test_proxy.cc |
| @@ -964,6 +964,7 @@ bool WebTestProxyBase::DidFailProvisionalLoad( |
| blink::WebLocalFrame* frame, |
| const blink::WebURLError& error, |
| blink::WebHistoryCommitType commit_type) { |
| + DCHECK(frame->provisionalDataSource()); |
|
Nate Chapin
2016/03/22 16:42:43
Apparently the "return !frame->provisionalDataSour
|
| if (test_interfaces_->GetTestRunner()->shouldDumpFrameLoadCallbacks()) { |
| PrintFrameDescription(delegate_, frame); |
| delegate_->PrintMessage(" - didFailProvisionalLoadWithError\n"); |