| Index: third_party/WebKit/Source/modules/filesystem/DOMFileSystem.cpp
|
| diff --git a/third_party/WebKit/Source/modules/filesystem/DOMFileSystem.cpp b/third_party/WebKit/Source/modules/filesystem/DOMFileSystem.cpp
|
| index d93aed62cbf205a804729d73b4cf4b6253fde013..74fdeedfed31c083989d0acb303be5d8f76c1c1d 100644
|
| --- a/third_party/WebKit/Source/modules/filesystem/DOMFileSystem.cpp
|
| +++ b/third_party/WebKit/Source/modules/filesystem/DOMFileSystem.cpp
|
| @@ -60,8 +60,7 @@ void runCallback(ExecutionContext* executionContext,
|
| if (!executionContext)
|
| return;
|
| DCHECK(executionContext->isContextThread());
|
| - probe::AsyncTask asyncTask(executionContext, task.get(),
|
| - true /* isInstrumented */);
|
| + probe::AsyncTask asyncTask(executionContext, task.get());
|
| (*task)();
|
| }
|
|
|
|
|