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

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

Issue 2824883004: Deprecate SVGPathElement.getPathSegAtLength. (Closed)
Patch Set: Created 3 years, 8 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 279c17385aed54dcefc70d3d5de0305071063760..059bf2a9a01d56304de98b7dd5c49fffc93b3922 100644
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
@@ -448,6 +448,10 @@ String Deprecation::DeprecationMessage(UseCounter::Feature feature) {
return willBeRemoved("RTCPeerConnection.getStreamById()", M62,
"5751819573657600");
+ case UseCounter::kV8SVGPathElement_GetPathSegAtLength_Method:
+ return willBeRemoved("SVGPathElement.getPathSegAtLength", M62,
+ "5638783282184192");
+
// Features that aren't deprecated don't have a deprecation message.
default:
return String();

Powered by Google App Engine
This is Rietveld 408576698