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

Unified Diff: third_party/WebKit/Source/devtools/front_end/temp_storage_shared_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/temp_storage_shared_worker.js
diff --git a/third_party/WebKit/Source/devtools/front_end/temp_storage_shared_worker.js b/third_party/WebKit/Source/devtools/front_end/temp_storage_shared_worker.js
index 2cdf9efa52443046ac48811893dc6aeb7d085738..82f2c9659eab9e7f383fbcb2ff1843db63e0911e 100644
--- a/third_party/WebKit/Source/devtools/front_end/temp_storage_shared_worker.js
+++ b/third_party/WebKit/Source/devtools/front_end/temp_storage_shared_worker.js
@@ -4,5 +4,5 @@
// Release build has Runtime.js bundled.
if (!self.Runtime)
- self.importScripts('Runtime.js');
+ self.importScripts("Runtime.js");
Runtime.startSharedWorker("temp_storage_shared_worker");

Powered by Google App Engine
This is Rietveld 408576698