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