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