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

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

Issue 158653002: Remove unused attribute document.TypeNotations (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed Layout Test Cases Created 6 years, 10 months 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/DocumentType.idl ('k') | no next file » | 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 f88790fb3045b14d2215dca6506c2d36da1d27bd..8bfc140ac3236d7a0e0ce2c0a84d534b4efb15aa 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -165,7 +165,7 @@ public:
CSSPseudoElementUserAgentCustomPseudo,
DocumentTypeEntities, // Removed from DOM4.
DocumentTypeInternalSubset, // Removed from DOM4.
- DocumentTypeNotations, // Removed from DOM4.
+ REMOVEDDocumentTypeNotations, // Removed from DOM4.
ElementGetAttributeNode, // Removed from DOM4.
ElementSetAttributeNode, // Removed from DOM4.
ElementRemoveAttributeNode, // Removed from DOM4.
« no previous file with comments | « Source/core/dom/DocumentType.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698