| Index: third_party/WebKit/Source/core/timing/PerformanceEntry.cpp
|
| diff --git a/third_party/WebKit/Source/core/timing/PerformanceEntry.cpp b/third_party/WebKit/Source/core/timing/PerformanceEntry.cpp
|
| index e4249a39578927c964f8a829f6a3eb08b5bef828..e5779fac0c398b53f4e6acf8c6ecc88b5e026c36 100644
|
| --- a/third_party/WebKit/Source/core/timing/PerformanceEntry.cpp
|
| +++ b/third_party/WebKit/Source/core/timing/PerformanceEntry.cpp
|
| @@ -79,6 +79,8 @@ PerformanceEntry::EntryType PerformanceEntry::toEntryTypeEnum(
|
| return Resource;
|
| if (entryType == "navigation")
|
| return Navigation;
|
| + if (entryType == "taskattribution")
|
| + return TaskAttribution;
|
| return Invalid;
|
| }
|
|
|
|
|