Index: third_party/WebKit/LayoutTests/http/tests/inspector/security/active-subresource-with-cert-errors.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/security/active-subresource-with-cert-errors.html b/third_party/WebKit/LayoutTests/http/tests/inspector/security/active-subresource-with-cert-errors.html |
index af3304e2270cc5022417576a75994245f584d0f0..4254cbb651ed1469452df526539b4fbebee1e806 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/security/active-subresource-with-cert-errors.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/security/active-subresource-with-cert-errors.html |
@@ -10,7 +10,7 @@ function test() |
InspectorTest.mainTarget.model(Security.SecurityModel).dispatchEventToListeners(Security.SecurityModel.Events.SecurityStateChanged, new Security.PageSecurityState(Protocol.Security.SecurityState.Insecure, true, [], insecureContentStatus, null)); |
- var request = new SDK.NetworkRequest(InspectorTest.mainTarget, 0, "http://foo.test", "https://foo.test", 0, 0, null); |
+ var request = new SDK.NetworkRequest(InspectorTest.networkManager, InspectorTest.NetworkAgent, 0, "http://foo.test", "https://foo.test", 0, 0, null); |
InspectorTest.dispatchRequestFinished(request); |
var explanations = Security.SecurityPanel._instance()._mainView.contentElement.getElementsByClassName("security-explanation"); |