| Index: third_party/WebKit/Source/core/dom/TaskRunnerHelper.h
|
| diff --git a/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h b/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h
|
| index ffd59c38eaf5bc31f6a78ed477dcffb7f95686d7..b331e59581503169f611e5b8219b45df2bf46c99 100644
|
| --- a/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h
|
| +++ b/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h
|
| @@ -33,6 +33,7 @@ enum class TaskType : unsigned {
|
| WebSocket,
|
| PostedMessage,
|
| UnshippedPortMessage,
|
| + FileReading,
|
|
|
| // Other internal tasks that cannot fit any of the above task runners
|
| // can be posted here, but the usage is not encouraged. The task runner
|
|
|