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