Index: Source/core/frame/UseCounter.h |
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h |
index 83d07a1e356d914c1cae7b469c8d4a49f132aa94..9163c60616f141279f9bc57eed8f984d123568fe 100644 |
--- a/Source/core/frame/UseCounter.h |
+++ b/Source/core/frame/UseCounter.h |
@@ -624,6 +624,10 @@ public: |
SVGElementXmllang = 682, |
SVGElementXmlspace = 683, |
WindowMoveResizeMissingArguments = 684, |
+ SVGSVGElementForceRedraw = 685, |
+ SVGSVGElementSuspendRedraw = 686, |
+ SVGSVGElementUnsuspendRedraw = 687, |
+ SVGSVGElementUnsuspendRedrawAll = 688, |
// Add new features immediately above this line. Don't change assigned |
// numbers of any item, and don't reuse removed slots. |