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