| Index: core/dom/Notation.idl
|
| diff --git a/core/dom/Notation.idl b/core/dom/Notation.idl
|
| index 4ac628f051e53bcd8995db85ca91186016f1c229..5ad13ec9b21b260795158ffc6da3313d3dc3ac56 100644
|
| --- a/core/dom/Notation.idl
|
| +++ b/core/dom/Notation.idl
|
| @@ -17,8 +17,9 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| +// FIXME: Remove Notation interface. We never create Notation objects. We have
|
| +// this interface to provide window.Notation.
|
| interface Notation : Node {
|
| - [TreatReturnedNullStringAs=Null] readonly attribute DOMString publicId;
|
| - [TreatReturnedNullStringAs=Null] readonly attribute DOMString systemId;
|
| + // We don't need to provide any attributes.
|
| };
|
|
|
|
|