| Index: LayoutTests/http/tests/inspector/network/network-xhr-replay.html
|
| diff --git a/LayoutTests/http/tests/inspector/network/network-xhr-replay.html b/LayoutTests/http/tests/inspector/network/network-xhr-replay.html
|
| index b281742684ec9b0706edce170d1c7999b6b239a1..ee230597b475be05404efbd9088748360d0f6332 100644
|
| --- a/LayoutTests/http/tests/inspector/network/network-xhr-replay.html
|
| +++ b/LayoutTests/http/tests/inspector/network/network-xhr-replay.html
|
| @@ -37,7 +37,7 @@ function test()
|
|
|
| function step1()
|
| {
|
| - InspectorTest.makeXHR(method, url, async, user, password, headers, withCredentials, payload, step2);
|
| + InspectorTest.makeXHR(method, url, async, user, password, headers, withCredentials, payload, type, step2);
|
| }
|
|
|
| var originalRequest;
|
|
|