Index: Source/core/frame/UseCounter.h |
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h |
index f5465047c2a5b3407a83dc06c3a7d479f0703666..6db617c08293ea903c331ea011392a87d36d3919 100644 |
--- a/Source/core/frame/UseCounter.h |
+++ b/Source/core/frame/UseCounter.h |
@@ -149,6 +149,7 @@ public: |
ElementRemoveAttributeNode = 109, // Removed from DOM4. |
ElementGetAttributeNodeNS = 110, // Removed from DOM4. |
DocumentCreateAttribute = 111, // Removed from DOM4. |
+ DocumentCreateAttributeNS = 112, // Removed from DOM4. |
DocumentCreateCDATASection = 113, // Removed from DOM4. |
DocumentInputEncoding = 114, // Removed from DOM4. |
DocumentXMLEncoding = 115, // Removed from DOM4. |
@@ -189,6 +190,7 @@ public: |
HTMLObjectElementLegacyCall = 153, |
GetMatchedCSSRules = 155, |
SVGFontInCSS = 156, |
+ AttributeOwnerElement = 160, // Removed in DOM4. |
AttributeSpecified = 162, // Removed in DOM4. |
PrefixedAudioDecodedByteCount = 164, |
PrefixedVideoDecodedByteCount = 165, |
@@ -234,6 +236,7 @@ public: |
HTMLElementInnerText = 213, |
HTMLElementOuterText = 214, |
ReplaceDocumentViaJavaScriptURL = 215, |
+ ElementSetAttributeNodeNS = 216, // Removed from DOM4. |
ElementPrefixedMatchesSelector = 217, |
CSSStyleSheetRules = 219, |
CSSStyleSheetAddRule = 220, |