| Index: third_party/WebKit/Source/devtools/front_end/bindings/TempFile.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/bindings/TempFile.js b/third_party/WebKit/Source/devtools/front_end/bindings/TempFile.js
|
| index bf2eee5f5282226f055a4c1e9431be4561ec87df..ab9a7949e09c3ab849ffdf79febb33e48ddb6cc9 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/bindings/TempFile.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/bindings/TempFile.js
|
| @@ -393,7 +393,7 @@ WebInspector.DeferredTempFile.prototype = {
|
| WebInspector.TempFile.ensureTempStorageCleared = function()
|
| {
|
| if (!WebInspector.TempFile._storageCleanerPromise) {
|
| - WebInspector.TempFile._storageCleanerPromise = WebInspector.serviceManager.createWorkerService("utility_shared_worker", "TempStorage", true).then(service => {
|
| + WebInspector.TempFile._storageCleanerPromise = WebInspector.serviceManager.createAppService("utility_shared_worker", "TempStorage", true).then(service => {
|
| if (service)
|
| return service.send("clear");
|
| });
|
|
|