Chromium Code Reviews| Index: net/data/proxy_resolver_v8_tracing_unittest/error.js |
| diff --git a/net/data/proxy_resolver_v8_tracing_unittest/error.js b/net/data/proxy_resolver_v8_tracing_unittest/error.js |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..f406d153cc0d54ac78b0c9956e10e325458732ce |
| --- /dev/null |
| +++ b/net/data/proxy_resolver_v8_tracing_unittest/error.js |
| @@ -0,0 +1,4 @@ |
| +function FindProxyForURL(url, host) { |
| + var x = null; |
| + return x.split('-'); // Throws exception. |
| +} |