Index: Source/core/page/UseCounter.h |
diff --git a/Source/core/page/UseCounter.h b/Source/core/page/UseCounter.h |
index 2897ed074f71abfd06980a05b61ee61ad8a0c2f6..525869e16063b07dcf0f4f47ee5045e824584991 100644 |
--- a/Source/core/page/UseCounter.h |
+++ b/Source/core/page/UseCounter.h |
@@ -170,6 +170,13 @@ public: |
ElementSetAttributeNode, // Removed from DOM4. |
ElementRemoveAttributeNode, // Removed from DOM4. |
ElementGetAttributeNodeNS, // Removed from DOM4. |
+ DocumentCreateAttribute, // Removed from DOM4. |
+ DocumentCreateAttributeNS, // Removed from DOM4. |
+ DocumentCreateCDATASection, // Removed from DOM4. |
+ DocumentInputEncoding, // Removed from DOM4. |
+ DocumentXMLEncoding, // Removed from DOM4. |
+ DocumentXMLStandalone, // Removed from DOM4. |
+ DocumentXMLVersion, // Removed from DOM4. |
// Add new features immediately above this line. Don't change assigned |
// numbers of each items, and don't reuse unused slots. |
NumberOfFeatures, // This enum value must be last. |