| 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 b331e59581503169f611e5b8219b45df2bf46c99..d71c0fcebfc1264932f24ff9f14295266badff44 100644
|
| --- a/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h
|
| +++ b/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h
|
| @@ -34,6 +34,7 @@ enum class TaskType : unsigned {
|
| PostedMessage,
|
| UnshippedPortMessage,
|
| FileReading,
|
| + DatabaseAccess,
|
|
|
| // 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
|
|
|