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(); |