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

Unified Diff: third_party/WebKit/Source/devtools/front_end/script_formatter_worker/module.json

Issue 1770263002: Devtools: resolve expressions in minified scripts with sourcemaps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 4 years, 9 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/Source/devtools/front_end/script_formatter_worker/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/script_formatter_worker/module.json b/third_party/WebKit/Source/devtools/front_end/script_formatter_worker/module.json
index 538326ba3d0211c0496afbfc96d7fbddfb328978..3664fd2d1974575c21c7679c3155261544e77535 100644
--- a/third_party/WebKit/Source/devtools/front_end/script_formatter_worker/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/script_formatter_worker/module.json
@@ -10,7 +10,7 @@
"ScriptFormatterWorker.js",
"../acorn/acorn.js",
"CSSFormatter.js",
- "AcornTokenizer.js",
+ "../es_tree/AcornTokenizer.js",
"JavaScriptFormatter.js"
],
"skip_compilation": [

Powered by Google App Engine
This is Rietveld 408576698