Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/resources/sourcemap-name-clash/out.js.map |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/resources/sourcemap-name-clash/out.js.map b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/resources/sourcemap-name-clash/out.js.map |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..0f030f06db564085ee814bb4d523792561257e66 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/resources/sourcemap-name-clash/out.js.map |
| @@ -0,0 +1,19 @@ |
| +{ |
| + "version": 3, |
| + "sources": [ |
| + "out.js" |
| + ], |
| + "names": [ |
| + "foo", |
| + "console", |
| + "log", |
| + "baz" |
| + ], |
| + "mappings": "YAAA,IAAIA,KAAM,CACVC,SAAQC,IAAIF,IACZ,IAAIG,KAAM,YACVF,SAAQC,IAAIC;;AAHZ,IAAI,GAAG,GAAG,CAAC,CAAC;AACZ,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;AACjB,IAAI,GAAG,GAAG,SAAN,GAAG,GAAe,EAAE,CAAC;AACzB,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC", |
| + "file": "input.js", |
| + "sourceRoot": ".", |
| + "sourcesContent": [ |
| + "var foo = 1;\nconsole.log(foo);\nvar baz = function () {};\nconsole.log(baz);\n" |
| + ] |
| +} |
| + |