Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(192)

Unified Diff: third_party/WebKit/Source/core/frame/Deprecation.cpp

Issue 1726743002: Remove SVGElement.offsetParent/offsetTop/offsetLeft/offsetWidth/offsetHeight (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.";

Powered by Google App Engine
This is Rietveld 408576698