Index: Source/core/frame/UseCounter.h |
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h |
index d835da3fb739cae87eac85353a60f23eb45adfb2..8473968cec486eb729a228eb556230d43af69809 100644 |
--- a/Source/core/frame/UseCounter.h |
+++ b/Source/core/frame/UseCounter.h |
@@ -492,6 +492,7 @@ public: |
Sizes = 522, |
SrcsetXDescriptor = 523, |
SrcsetWDescriptor = 524, |
+ SelectionContainsNode = 525, |
// 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/ |