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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/framework-with-sourcemap.js.map

Issue 1663723002: [DevTools] Add sourceMap support for blackboxing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@call-set-blackboxed-ranges-on-script-parsed
Patch Set: Created 4 years, 11 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/inspector/sources/debugger/resources/framework-with-sourcemap.js.map
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/framework-with-sourcemap.js.map b/third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/framework-with-sourcemap.js.map
new file mode 100644
index 0000000000000000000000000000000000000000..a7f5a51fac7c214a9f258a86ee4166f057e3b86b
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/framework-with-sourcemap.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["framework.js"],"names":[],"mappings":";;AAAA,SAAS,GAAG,CAAC,QAAQ,EACrB;AACI,QAAI,CAAC,GAAG,GAAG,CAAC;AACZ,QAAI,MAAM,GAAG,QAAQ,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC;AAC9B,WAAO,MAAM,CAAC;CACjB","file":"framework-with-sourcemap.js","sourcesContent":["function foo(callback)\n{\n var i = 239;\n var result = callback(i + 42);\n return result;\n}\n"]}

Powered by Google App Engine
This is Rietveld 408576698