| Index: third_party/WebKit/LayoutTests/http/tests/inspector/security/mixed-content-reload.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/security/mixed-content-reload.html b/third_party/WebKit/LayoutTests/http/tests/inspector/security/mixed-content-reload.html
|
| index f12d2b79ee51e67365b248ea93ae7dea57a750f9..1f40be434162d1d75267dcee9f72c6cf98034d91 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/security/mixed-content-reload.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/security/mixed-content-reload.html
|
| @@ -19,7 +19,7 @@ function test()
|
|
|
| InspectorTest.mainTarget.model(Security.SecurityModel).dispatchEventToListeners(Security.SecurityModel.Events.SecurityStateChanged, new Security.PageSecurityState(Protocol.Security.SecurityState.Neutral, 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(0, "http://foo.test", "https://foo.test", 0, 0, null);
|
| request.mixedContentType = "optionally-blockable";
|
| InspectorTest.dispatchRequestFinished(request);
|
|
|
|
|