| Index: Source/core/frame/UseCounter.h
|
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
|
| index 293bb395501e52ae323d349975384c6f75dd2d77..f031081995520faf6579bc7510166042d2a522d9 100644
|
| --- a/Source/core/frame/UseCounter.h
|
| +++ b/Source/core/frame/UseCounter.h
|
| @@ -491,6 +491,7 @@ public:
|
| HTMLObjectElementStandby = 498,
|
| HTMLTableCellElementChar = 499,
|
| HTMLTableCellElementCharOff = 500,
|
| + SVGSMILElementInDocument = 501,
|
| // 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/
|
|
|