Index: Source/core/frame/UseCounter.h |
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h |
index bc73c315a8a1b989dca9844597ba73147860c0c2..252cd3be5a381c776a89fdc37cf26709a8d584b5 100644 |
--- a/Source/core/frame/UseCounter.h |
+++ b/Source/core/frame/UseCounter.h |
@@ -330,6 +330,8 @@ public: |
OpenWebDatabaseInWorker = 313, |
OpenWebDatabaseSyncInWorker = 314, |
PrefixedAllowFullscreenAttribute = 315, |
+ XHRProgressEventPosition = 316, |
+ XHRProgressEventTotalSize = 317, |
// Add new features immediately above this line. Don't change assigned |
// numbers of any item, and don't reuse removed slots. |
NumberOfFeatures, // This enum value must be last. |