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 0812ee53e77f501ca58c8fcd632e8e8cb9da36aa..14e7cffae226a87cec195a99a904f530fb7fe538 100644 |
--- a/third_party/WebKit/Source/core/timing/PerformanceEntry.cpp |
+++ b/third_party/WebKit/Source/core/timing/PerformanceEntry.cpp |
@@ -72,6 +72,8 @@ PerformanceEntry::EntryType PerformanceEntry::toEntryTypeEnum(const String& entr |
{ |
if (equalIgnoringCase(entryType, "composite")) |
return Composite; |
+ if (equalIgnoringCase(entryType, "longtask")) |
+ return LongTask; |
if (equalIgnoringCase(entryType, "mark")) |
return Mark; |
if (equalIgnoringCase(entryType, "measure")) |