Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1016)

Unified Diff: Source/core/frame/UseCounter.h

Issue 738833002: Un-deprecate APIs which have been un-removed in the DOM Standard (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: exclude Element.setAttributeNodeNS() Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/dom/Element.idl ('k') | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « Source/core/dom/Element.idl ('k') | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698