| Index: core/dom/Entity.idl
|
| diff --git a/core/dom/Entity.idl b/core/dom/Entity.idl
|
| index 12b9234ce6451397df2e8c1fec1c6e9708344186..151572f4f26a9623e4486934c9a12b90be1cd76a 100644
|
| --- a/core/dom/Entity.idl
|
| +++ b/core/dom/Entity.idl
|
| @@ -16,10 +16,10 @@
|
| * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
| * Boston, MA 02110-1301, USA.
|
| */
|
| -[
|
| -] interface Entity : Node {
|
| - [TreatReturnedNullStringAs=Null] readonly attribute DOMString publicId;
|
| - [TreatReturnedNullStringAs=Null] readonly attribute DOMString systemId;
|
| - [TreatReturnedNullStringAs=Null] readonly attribute DOMString notationName;
|
| +
|
| +// FIXME: Remove Entity interface. We never create Entity objects. We have this
|
| +// interface to provide window.Entity.
|
| +interface Entity : Node {
|
| + // We don't need to provide any attributes.
|
| };
|
|
|
|
|