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 09d551fa25551180c457d8d629abc7365908bc32..9af2c1cc7e9bce339674f0ab1fe8c8a9029c62f7 100644 |
--- a/third_party/WebKit/Source/core/frame/UseCounter.h |
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h |
@@ -926,6 +926,8 @@ public: |
CrossOriginTextScript = 1069, |
CrossOriginApplicationScript = 1070, |
CrossOriginOtherScript = 1071, |
+ SVG1DOMSVGTests = 1072, |
+ V8SVGViewElement_ViewTarget_AttributeGetter = 1073, |
// Add new features immediately above this line. Don't change assigned |
// numbers of any item, and don't reuse removed slots. |