| Index: third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/Deprecation.cpp b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| index 79bdd6a332c584f4e1dd0701618b56c95911295e..86fb5c497dfb42031fc250d11f9a925027eb4728 100644
|
| --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| @@ -418,10 +418,10 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature) {
|
| return willBeRemoved("\"zoom: document\"", M59, "4997605029314560");
|
|
|
| case UseCounter::SelectionAddRangeIntersect:
|
| - return willBeRemoved(
|
| - "The behavior that Selection.addRange() merges existing Range and "
|
| - "the specified Range",
|
| - M58, "6680566019653632");
|
| + return "The behavior that Selection.addRange() merges existing Range and "
|
| + "the specified Range was removed. See "
|
| + "https://www.chromestatus.com/features/6680566019653632 for more "
|
| + "details.";
|
|
|
| // Features that aren't deprecated don't have a deprecation message.
|
| default:
|
|
|