| Index: Source/core/frame/UseCounter.h
|
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
|
| index 6784c17d07de5671ec86695d5a332059c0fc85fa..6952ad91e4b4381eec85b0af55b57a5ea38bd34a 100644
|
| --- a/Source/core/frame/UseCounter.h
|
| +++ b/Source/core/frame/UseCounter.h
|
| @@ -498,6 +498,8 @@ public:
|
| MixedContentPrivateIPInPublicWebsitePassive = 527,
|
| MixedContentPrivateIPInPublicWebsiteActive = 528,
|
| XMLExternalResourceLoad = 529,
|
| + SVG1DOM = 530,
|
| + SVGPathSegDOM = 531,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|