| 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");
|
|
|