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 9afabfbc8518eb4fa00ea17937058f79fbd34aee..25edb5e77bd7e404a4bbef0e56ba755e2993acfd 100644 |
--- a/third_party/WebKit/Source/core/timing/PerformanceEntry.cpp |
+++ b/third_party/WebKit/Source/core/timing/PerformanceEntry.cpp |
@@ -83,8 +83,6 @@ PerformanceEntry::EntryType PerformanceEntry::ToEntryTypeEnum( |
return kTaskAttribution; |
if (entry_type == "paint") |
return kPaint; |
- if (entry_type == "server") |
- return kServer; |
return kInvalid; |
} |