From 546d00b3ee7daec01bff311fe7cb6bff8909f8d3 Mon Sep 17 00:00:00 2001 From: "eroman@chromium.org" Date: Thu, 24 Sep 2009 02:56:41 +0000 Subject: Set the mime-type on a test data file to binary. I just checked this file in, and it shouldn't have a trailing newline. However when I checked it out, SVN seems to have put back an LF at the end. Hopefully this will prevent that from happening. BUG=http://crbug.com/22864 TBR=cpu Review URL: http://codereview.chromium.org/223020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27036 0039d316-1c4b-4281-b951-d872f2087c98 --- net/data/proxy_resolver_v8_unittest/ends_with_comment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/data/proxy_resolver_v8_unittest/ends_with_comment.js b/net/data/proxy_resolver_v8_unittest/ends_with_comment.js index 7fb631f..bbfef85 100644 --- a/net/data/proxy_resolver_v8_unittest/ends_with_comment.js +++ b/net/data/proxy_resolver_v8_unittest/ends_with_comment.js @@ -5,4 +5,4 @@ function FindProxyForURL(url, host) { // We end the script with a comment (and no trailing newline). // This used to cause problems, because internally ProxyResolverV8 // would append some functions to the script; the first line of -// those extra functions was being considered part of the comment. +// those extra functions was being considered part of the comment. \ No newline at end of file -- cgit v1.1