Index: Source/core/frame/UseCounter.h |
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h |
index 1d9664bdad306bbf1a3ec7735ffd45d2bd5aba83..55f709bc0429ef2e8ea5051b0946489c1acdf007 100644 |
--- a/Source/core/frame/UseCounter.h |
+++ b/Source/core/frame/UseCounter.h |
@@ -134,12 +134,12 @@ public: |
SubFrameBeforeUnloadFired = 98, |
TextReplaceWholeText = 100, |
ConsoleMarkTimeline = 102, |
- ElementGetAttributeNode = 107, // Removed from DOM4. |
- ElementSetAttributeNode = 108, // Removed from DOM4. |
- ElementRemoveAttributeNode = 109, // Removed from DOM4. |
- ElementGetAttributeNodeNS = 110, // Removed from DOM4. |
- DocumentCreateAttribute = 111, // Removed from DOM4. |
- DocumentCreateAttributeNS = 112, // Removed from DOM4. |
+ ElementGetAttributeNode = 107, |
+ ElementSetAttributeNode = 108, |
+ ElementRemoveAttributeNode = 109, |
+ ElementGetAttributeNodeNS = 110, |
+ DocumentCreateAttribute = 111, |
+ DocumentCreateAttributeNS = 112, |
DocumentCreateCDATASection = 113, // Removed from DOM4. |
DocumentInputEncoding = 114, // Removed from DOM4. |
DocumentXMLEncoding = 115, // Removed from DOM4. |
@@ -166,7 +166,7 @@ public: |
SVGSVGElement = 138, |
InsertAdjacentText = 140, |
InsertAdjacentElement = 141, |
- HasAttributes = 142, // Removed from DOM4. |
+ HasAttributes = 142, |
DOMSubtreeModifiedEvent = 143, |
DOMNodeInsertedEvent = 144, |
DOMNodeRemovedEvent = 145, |
@@ -177,8 +177,8 @@ public: |
HTMLEmbedElementLegacyCall = 152, |
HTMLObjectElementLegacyCall = 153, |
GetMatchedCSSRules = 155, |
- AttributeOwnerElement = 160, // Removed in DOM4. |
- AttributeSpecified = 162, // Removed in DOM4. |
+ AttributeOwnerElement = 160, |
+ AttributeSpecified = 162, |
PrefixedAudioDecodedByteCount = 164, |
PrefixedVideoDecodedByteCount = 165, |
PrefixedVideoSupportsFullscreen = 166, |