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

Unified Diff: third_party/WebKit/Source/devtools/front_end/heap_snapshot_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/heap_snapshot_worker.js
diff --git a/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker.js b/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker.js
index 4c6b3ca9a09378aaddc3c62566433993648b0ad0..0a67cb36d9677dc417771d741035bcf38484317e 100644
--- a/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker.js
+++ b/third_party/WebKit/Source/devtools/front_end/heap_snapshot_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("heap_snapshot_worker");

Powered by Google App Engine
This is Rietveld 408576698