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

Unified Diff: third_party/WebKit/Source/devtools/front_end/inspector.json

Issue 1805343003: DevTools: rename script_formatter_worker into formatter_worker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/inspector.json
diff --git a/third_party/WebKit/Source/devtools/front_end/inspector.json b/third_party/WebKit/Source/devtools/front_end/inspector.json
index 32431ee6dd4f76a51db5c3a74594d65cfca24a4d..657336c6ce6e621fbef2daec09f02d4ac565f661 100644
--- a/third_party/WebKit/Source/devtools/front_end/inspector.json
+++ b/third_party/WebKit/Source/devtools/front_end/inspector.json
@@ -37,6 +37,6 @@
{ "name": "emulated_devices", "type": "remote" },
{ "name": "heap_snapshot_worker", "type": "worker" },
- { "name": "script_formatter_worker", "type": "worker" },
+ { "name": "formatter_worker", "type": "worker" },
{ "name": "temp_storage_shared_worker", "type": "worker" }
]

Powered by Google App Engine
This is Rietveld 408576698