diff options
author | eroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-24 02:56:41 +0000 |
---|---|---|
committer | eroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-24 02:56:41 +0000 |
commit | 546d00b3ee7daec01bff311fe7cb6bff8909f8d3 (patch) | |
tree | 9edf503cb1e52a88d9430b1339405f145776f62f /net/data | |
parent | c945a46993702cf1f876d71553691722db84aa2e (diff) | |
download | chromium_src-546d00b3ee7daec01bff311fe7cb6bff8909f8d3.zip chromium_src-546d00b3ee7daec01bff311fe7cb6bff8909f8d3.tar.gz chromium_src-546d00b3ee7daec01bff311fe7cb6bff8909f8d3.tar.bz2 |
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
Diffstat (limited to 'net/data')
-rw-r--r-- | net/data/proxy_resolver_v8_unittest/ends_with_comment.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 |