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