Index: third_party/WebKit/Source/core/frame/UseCounter.h |
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h |
index 3fb6de2f9910637acea764bf62c104e2b8897f78..470cf891fb6f4c811a2b8613cb11bb5a686fcd1e 100644 |
--- a/third_party/WebKit/Source/core/frame/UseCounter.h |
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h |
@@ -1531,6 +1531,7 @@ class CORE_EXPORT UseCounter { |
kCanRequestURLHTTPContainingNewline = 1914, |
kCanRequestURLNonHTTPContainingNewline = 1915, |
kGetGamepads = 1916, |
+ kV8SVGPathElement_GetPathSegAtLength_Method = 1917, |
// Add new features immediately above this line. Don't change assigned |
// numbers of any item, and don't reuse removed slots. |