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

Unified Diff: Source/devtools/front_end/common/module.json

Issue 685203003: DevTools: Get rid of synchronous XHRs in the frontend code (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address comments Created 6 years, 1 month 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: Source/devtools/front_end/common/module.json
diff --git a/Source/devtools/front_end/common/module.json b/Source/devtools/front_end/common/module.json
index 5766af0aec5cdd3711c56cdc4219176a5277d697..22340e622bd66c289fb95789063c486a436a8457 100644
--- a/Source/devtools/front_end/common/module.json
+++ b/Source/devtools/front_end/common/module.json
@@ -3,6 +3,7 @@
"platform"
],
"scripts": [
+ "WorkerRuntime.js",
"WebInspector.js",
"Object.js",
"NotificationService.js",

Powered by Google App Engine
This is Rietveld 408576698