| Index: LayoutTests/inspector/curl-command.html
|
| diff --git a/LayoutTests/inspector/curl-command.html b/LayoutTests/inspector/curl-command.html
|
| index e57b0c0eb656135dc1990df16042a66bd19ba2e0..294e08754f02e1ff735ed5f5b0781e125bf7705f 100644
|
| --- a/LayoutTests/inspector/curl-command.html
|
| +++ b/LayoutTests/inspector/curl-command.html
|
| @@ -27,7 +27,7 @@ var test = function()
|
|
|
| function dumpRequest(headers, data, opt_url)
|
| {
|
| - InspectorTest.addResult(logView._generateCurlCommand(newRequest(headers, data, opt_url)));
|
| + InspectorTest.addResult(logView._generateCurlCommand(newRequest(headers, data, opt_url), WebInspector.isWin() ? "win" : "unix"));
|
| }
|
|
|
| dumpRequest({})
|
|
|