| Index: Source/core/frame/UseCounter.h
|
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
|
| index 8d1243498a081a4bf1d8cb4728141f21c95a0510..a93c7a6375c7fa982a71bded66ff255e75b9ea16 100644
|
| --- a/Source/core/frame/UseCounter.h
|
| +++ b/Source/core/frame/UseCounter.h
|
| @@ -501,6 +501,7 @@ public:
|
| HTMLImageElementComposite = 516,
|
| DevToolsConsoleTimeline = 517,
|
| DevToolsConsoleProfile = 518,
|
| + SVGStyleElementTitle = 519,
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
| // Also, run update_use_counter_feature_enum.py in chromium/src/tools/metrics/histograms/
|
|
|