Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/inspector/sources/resources/sourcemap-typescript.ts |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/sources/resources/sourcemap-typescript.ts b/third_party/WebKit/LayoutTests/http/tests/inspector/sources/resources/sourcemap-typescript.ts |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..ef0afc3ad40bb4206292cd9016cdef2255a34f09 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/sources/resources/sourcemap-typescript.ts |
| @@ -0,0 +1 @@ |
| +window.foo = console.log.bind(console, 'foo'); |