| Index: net/data/proxy_resolver_v8_unittest/ends_with_comment.js
|
| ===================================================================
|
| --- net/data/proxy_resolver_v8_unittest/ends_with_comment.js (revision 0)
|
| +++ net/data/proxy_resolver_v8_unittest/ends_with_comment.js (revision 0)
|
| @@ -0,0 +1,8 @@
|
| +function FindProxyForURL(url, host) {
|
| + return "PROXY success:80";
|
| +}
|
| +
|
| +// 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.
|
|
|
| Property changes on: net/data/proxy_resolver_v8_unittest/ends_with_comment.js
|
| ___________________________________________________________________
|
| Name: svn:eol-style
|
| + LF
|
|
|
|
|