| 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
|
|
|
|
|