Index: Source/core/frame/UseCounter.cpp |
diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp |
index 4ef34b846abef92a4b0b709e67965e859719a7b2..8900bc5e045fc4e8168a2e7318f626d7393ea1d4 100644 |
--- a/Source/core/frame/UseCounter.cpp |
+++ b/Source/core/frame/UseCounter.cpp |
@@ -630,8 +630,6 @@ String UseCounter::deprecationMessage(Feature feature) |
// Performance |
case PrefixedPerformanceTimeline: |
return "'window.performance.webkitGet*' methods have been deprecated. Please use the unprefixed 'performance.get*' methods instead."; |
- case PrefixedUserTiming: |
- return "'window.performance.webkit*' methods have been deprecated. Please use the unprefixed 'window.performance.*' methods instead."; |
case DocumentClear: |
return "document.clear() is deprecated. This method doesn't do anything."; |