| 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 a67298e6158244bb23a65e9fd373a4889b71fe58..047db8a810e649073165e224f787944af585eba3 100644
|
| --- a/third_party/WebKit/Source/core/timing/PerformanceEntry.cpp
|
| +++ b/third_party/WebKit/Source/core/timing/PerformanceEntry.cpp
|
| @@ -83,6 +83,8 @@ PerformanceEntry::EntryType PerformanceEntry::toEntryTypeEnum(
|
| return TaskAttribution;
|
| if (entryType == "paint")
|
| return Paint;
|
| + if (entryType == "server")
|
| + return Server;
|
| return Invalid;
|
| }
|
|
|
|
|