Index: third_party/WebKit/LayoutTests/http/tests/inspector/security/origin-view-then-interstitial.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/security/origin-view-then-interstitial.html b/third_party/WebKit/LayoutTests/http/tests/inspector/security/origin-view-then-interstitial.html |
index 186fa7ac9ea398adb426a6569d347b5af8395f66..ea807309a6c550f6ad70515d0837dbc78f690333 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/security/origin-view-then-interstitial.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/security/origin-view-then-interstitial.html |
@@ -5,7 +5,7 @@ |
<script> |
function test() |
{ |
- var request1 = new SDK.NetworkRequest(InspectorTest.mainTarget, 0, "https://foo.test/", "https://foo.test", 0, 0, null); |
+ var request1 = new SDK.NetworkRequest(InspectorTest.networkManager, InspectorTest.NetworkAgent, 0, "https://foo.test/", "https://foo.test", 0, 0, null); |
request1.setSecurityState(Protocol.Security.SecurityState.Secure); |
InspectorTest.dispatchRequestFinished(request1); |