| 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 ce0d8bfd1d6c6962ac2068f276cffaffe552cd34..dc9d52c48fb6d3d0b06f674ff7a5342620bae655 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| @@ -837,10 +837,10 @@ String UseCounter::deprecationMessage(Feature feature)
|
| return "<source src> with a <picture> parent is invalid and therefore ignored. Please use <source srcset> instead.";
|
|
|
| case XHRProgressEventPosition:
|
| - return replacedBy("The XMLHttpRequest progress event property 'position'", "'loaded'");
|
| + return replacedWillBeRemoved("The XMLHttpRequest progress event property 'position'", "'loaded'", 50, "5044837464145920");
|
|
|
| case XHRProgressEventTotalSize:
|
| - return replacedBy("The XMLHttpRequest progress event property 'totalSize'", "'total'");
|
| + return replacedWillBeRemoved("The XMLHttpRequest progress event property 'totalSize'", "'total'", 50, "5044837464145920");
|
|
|
| case ConsoleTimeline:
|
| return replacedBy("'console.timeline'", "'console.time'");
|
|
|