Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(270)

Unified Diff: LayoutTests/inspector/curl-command.html

Issue 1217863002: DevTools: Speculative fix the curl-command for CL 1136843010 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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({})
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698