| 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 829856f1f48067ca004e3792c2cf8f01886c3449..10e8a55e00c30602b786471c2d26222de980b752 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| @@ -831,9 +831,6 @@ String UseCounter::deprecationMessage(Feature feature)
|
| case ConsoleTimelineEnd:
|
| return replacedBy("console.timelineEnd", "console.timeEnd");
|
|
|
| - case CanvasRenderingContext2DCompositeOperationDarker:
|
| - return replacedBy("darker", "darken");
|
| -
|
| case XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload:
|
| return "Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.";
|
|
|
|
|