Index: third_party/WebKit/Source/core/frame/UseCounter.cpp |
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.cpp b/third_party/WebKit/Source/core/frame/UseCounter.cpp |
index 02998abbd6e43f9675523009010d4a35632682bc..86e31a896f286933128bca991381e9970a96d07f 100644 |
--- a/third_party/WebKit/Source/core/frame/UseCounter.cpp |
+++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp |
@@ -863,12 +863,6 @@ String UseCounter::deprecationMessage(Feature feature) |
case PictureSourceSrc: |
return "<source src> with a <picture> parent is invalid and therefore ignored. Please use <source srcset> instead."; |
- case XHRProgressEventPosition: |
- return replacedWillBeRemoved("The XMLHttpRequest progress event property 'position'", "'loaded'", 50, "5044837464145920"); |
- |
- case XHRProgressEventTotalSize: |
- return replacedWillBeRemoved("The XMLHttpRequest progress event property 'totalSize'", "'total'", 50, "5044837464145920"); |
- |
case ConsoleTimeline: |
return replacedBy("'console.timeline'", "'console.time'"); |