Index: third_party/WebKit/Source/devtools/front_end/audits2_worker.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/audits2_worker.js b/third_party/WebKit/Source/devtools/front_end/audits2_worker.js |
index 703648c9e73d80c4dafa6f1b047947f3049bfc25..f299a021bb736347439460f66feafb6d74b626c2 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/audits2_worker.js |
+++ b/third_party/WebKit/Source/devtools/front_end/audits2_worker.js |
@@ -1,8 +1,7 @@ |
// Copyright 2016 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
- |
// Release build has Runtime.js bundled. |
if (!self.Runtime) |
- self.importScripts("Runtime.js"); |
-Runtime.startWorker("audits2_worker"); |
+ self.importScripts('Runtime.js'); |
+Runtime.startWorker('audits2_worker'); |