Index: Source/core/frame/UseCounter.h |
=================================================================== |
--- Source/core/frame/UseCounter.h (revision 172146) |
+++ Source/core/frame/UseCounter.h (working copy) |
@@ -151,6 +151,7 @@ |
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. |
@@ -191,6 +192,7 @@ |
HTMLObjectElementLegacyCall = 153, |
GetMatchedCSSRules = 155, |
SVGFontInCSS = 156, |
+ AttributeOwnerElement = 160, // Removed in DOM4. |
AttributeSpecified = 162, // Removed in DOM4. |
PrefixedAudioDecodedByteCount = 164, |
PrefixedVideoDecodedByteCount = 165, |
@@ -237,6 +239,7 @@ |
HTMLElementInnerText = 213, |
HTMLElementOuterText = 214, |
ReplaceDocumentViaJavaScriptURL = 215, |
+ ElementSetAttributeNodeNS = 216, // Removed from DOM4. |
ElementPrefixedMatchesSelector = 217, |
DOMImplementationCreateCSSStyleSheet = 218, |
CSSStyleSheetRules = 219, |