| Index: Source/core/frame/UseCounter.h
|
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
|
| index b7179f7b98a66fc22034794a376a082f4abc19fd..1d88270ad7d04396fafc224ae9bcb7eb1b0eb37b 100644
|
| --- a/Source/core/frame/UseCounter.h
|
| +++ b/Source/core/frame/UseCounter.h
|
| @@ -453,6 +453,7 @@ public:
|
| WebkitEditableContentChangedOnContentEditable = 453,
|
| WebkitEditableContentChangedOnNotNode = 454,
|
| HTMLImports = 455,
|
| + ElementCreateShadowRoot = 456,
|
| // 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/
|
|
|