Chromium Code Reviews| Index: Source/core/dom/DocumentType.idl |
| diff --git a/Source/core/dom/DocumentType.idl b/Source/core/dom/DocumentType.idl |
| index bafdfc72ab4230690fc280e982bfda97fb046c4c..680352bc1b6e4283498cd28361a82679633273c6 100644 |
| --- a/Source/core/dom/DocumentType.idl |
| +++ b/Source/core/dom/DocumentType.idl |
| @@ -27,7 +27,6 @@ interface DocumentType : Node { |
| readonly attribute DOMString publicId; |
| readonly attribute DOMString systemId; |
| - [TreatReturnedNullStringAs=Null, MeasureAs=DocumentTypeInternalSubset] readonly attribute DOMString internalSubset; // Removed from DOM4. |
|
arv (Not doing code reviews)
2014/05/14 16:58:05
Can you remove DocumentTypeInternalSubset from Use
|
| }; |
| DocumentType implements ChildNode; |