Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(871)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/resources/sourcemap-name-clash/out.js

Issue 2698183003: DevTools: teach automapping to map complex sourcemap setups. (Closed)
Patch Set: rebaseline Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/resources/sourcemap-name-clash/out.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/resources/sourcemap-name-clash/out.js b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/resources/sourcemap-name-clash/out.js
new file mode 100644
index 0000000000000000000000000000000000000000..89da9c417e6d63d73ff0f8a7e83804a0b02a7b53
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/resources/sourcemap-name-clash/out.js
@@ -0,0 +1,2 @@
+"use strict";var foo=1;console.log(foo);var baz=function(){};console.log(baz);
+//# sourceMappingURL=out.js.map

Powered by Google App Engine
This is Rietveld 408576698