Index: Source/core/frame/UseCounter.h |
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h |
index 5965d5f9b04ef43ed2e366a595930bacc9eea3a8..65679027e9bcaebef3569d4387e6a3cec348ac82 100644 |
--- a/Source/core/frame/UseCounter.h |
+++ b/Source/core/frame/UseCounter.h |
@@ -327,6 +327,8 @@ public: |
NamedNodeMapGetNamedItemNS = 310, |
NamedNodeMapSetNamedItemNS = 311, |
NamedNodeMapRemoveNamedItemNS = 312, |
+ OpenWebDatabaseInWorker = 313, |
+ OpenWebDatabaseSyncInWorker = 314, |
// 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. |