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

Unified Diff: third_party/WebKit/Source/devtools/front_end/formatter_worker.js

Issue 1992383002: DevTools: add eslint as presubmit hook (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 years, 7 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/formatter_worker.js
diff --git a/third_party/WebKit/Source/devtools/front_end/formatter_worker.js b/third_party/WebKit/Source/devtools/front_end/formatter_worker.js
index 7e44fdfa72fc065c6e692c9a924c3ba2c443e403..d1bb28fded1359e0d112735acd52411272db37f7 100644
--- a/third_party/WebKit/Source/devtools/front_end/formatter_worker.js
+++ b/third_party/WebKit/Source/devtools/front_end/formatter_worker.js
@@ -4,5 +4,5 @@
// Release build has Runtime.js bundled.
if (!self.Runtime)
- self.importScripts('Runtime.js');
+ self.importScripts("Runtime.js");
Runtime.startWorker("formatter_worker");

Powered by Google App Engine
This is Rietveld 408576698