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

Unified Diff: Source/core/dom/DocumentType.idl

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.h ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/DocumentType.idl
diff --git a/Source/core/dom/DocumentType.idl b/Source/core/dom/DocumentType.idl
index 510240a13623f129da784a1efcc4ddf7f7767d53..a117d96b55ca84b39ed30b891950f0516bfde089 100644
--- a/Source/core/dom/DocumentType.idl
+++ b/Source/core/dom/DocumentType.idl
@@ -23,7 +23,6 @@ interface DocumentType : Node {
readonly attribute DOMString name;
[MeasureAs=DocumentTypeEntities] readonly attribute NamedNodeMap entities; // Removed from DOM4.
- [MeasureAs=DocumentTypeNotations] readonly attribute NamedNodeMap notations; // Removed from DOM4.
// DOM Level 2
« no previous file with comments | « Source/core/dom/DocumentType.h ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698