Index: Source/core/frame/UseCounter.h |
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h |
index 594d928e2bca5ea5fc2b753dee7ed8d45cfbbb15..5a5ccc1c27b1873396ee882c91d654674b56a173 100644 |
--- a/Source/core/frame/UseCounter.h |
+++ b/Source/core/frame/UseCounter.h |
@@ -297,6 +297,7 @@ public: |
TextAutosizingLayout = 275, |
HTMLAnchorElementPingAttribute = 276, |
JavascriptExhaustedMemory = 277, |
+ InsertAdjacentHTML = 278, |
// 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. |