| 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 f925991c5e122f461bf492f8762fcb2785f413ea..2b4fe9290a32a456b3dbe94d5db83c5a3a874b0f 100644
|
| --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| @@ -301,21 +301,6 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature)
|
| case UseCounter::BluetoothDeviceConnectGATT:
|
| return replacedWillBeRemoved("'BluetoothDevice.connectGATT'", "'BluetoothDevice.gatt.connect'", 52, "5264933985976320");
|
|
|
| - case UseCounter::V8SVGElement_OffsetParent_AttributeGetter:
|
| - return willBeRemoved("'SVGElement.offsetParent'", 50, "5724912467574784");
|
| -
|
| - case UseCounter::V8SVGElement_OffsetTop_AttributeGetter:
|
| - return willBeRemoved("'SVGElement.offsetTop'", 50, "5724912467574784");
|
| -
|
| - case UseCounter::V8SVGElement_OffsetLeft_AttributeGetter:
|
| - return willBeRemoved("'SVGElement.offsetLeft'", 50, "5724912467574784");
|
| -
|
| - case UseCounter::V8SVGElement_OffsetWidth_AttributeGetter:
|
| - return willBeRemoved("'SVGElement.offsetWidth'", 50, "5724912467574784");
|
| -
|
| - case UseCounter::V8SVGElement_OffsetHeight_AttributeGetter:
|
| - return willBeRemoved("'SVGElement.offsetHeight'", 50, "5724912467574784");
|
| -
|
| case UseCounter::MediaStreamTrackGetSources:
|
| return "MediaStreamTrack.getSources is deprecated. See https://www.chromestatus.com/feature/4765305641369600 for more details.";
|
|
|
|
|