| 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..70f7efc8a03d425f3979d268a02eac2ee9ed9124 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(0, "https://foo.test/", "https://foo.test", 0, 0, null);
|
| request1.setSecurityState(Protocol.Security.SecurityState.Secure);
|
| InspectorTest.dispatchRequestFinished(request1);
|
|
|
|
|