| Index: core/dom/DocumentType.idl
|
| diff --git a/core/dom/DocumentType.idl b/core/dom/DocumentType.idl
|
| index 330aa729d2114a0a6fa7deb4080d65b63f5c4abd..680352bc1b6e4283498cd28361a82679633273c6 100644
|
| --- a/core/dom/DocumentType.idl
|
| +++ b/core/dom/DocumentType.idl
|
| @@ -25,9 +25,8 @@ interface DocumentType : Node {
|
|
|
| // DOM Level 2
|
|
|
| - [TreatReturnedNullStringAs=Null] readonly attribute DOMString publicId;
|
| - [TreatReturnedNullStringAs=Null] readonly attribute DOMString systemId;
|
| - [TreatReturnedNullStringAs=Null, MeasureAs=DocumentTypeInternalSubset] readonly attribute DOMString internalSubset; // Removed from DOM4.
|
| + readonly attribute DOMString publicId;
|
| + readonly attribute DOMString systemId;
|
| };
|
|
|
| DocumentType implements ChildNode;
|
|
|