| 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 ab1e9519d4a06dcf51cc57e8ac4aa7ec9f8b28ec..b87276290c6616b41421dbe3bf6b822a07ae793d 100644
 | 
| --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
 | 
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
 | 
| @@ -277,9 +277,6 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature)
 | 
|      case UseCounter::PrefixedOfflineAudioContext:
 | 
|          return replacedBy("'webkitOfflineAudioContext'", "'OfflineAudioContext'");
 | 
|  
 | 
| -    case UseCounter::RangeExpand:
 | 
| -        return replacedBy("'Range.expand()'", "'Selection.modify()'");
 | 
| -
 | 
|      // Powerful features on insecure origins (https://goo.gl/rStTGz)
 | 
|      case UseCounter::DeviceMotionInsecureOrigin:
 | 
|          return "The devicemotion event is deprecated on insecure origins, and support will be removed in the future. You should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details.";
 | 
| 
 |