| Index: Source/core/dom/Entity.idl
|
| diff --git a/Source/core/dom/Entity.idl b/Source/core/dom/Entity.idl
|
| index 7f5bf4ba5babc53d44253ab32c9fa4c8ccb9ee61..12b9234ce6451397df2e8c1fec1c6e9708344186 100644
|
| --- a/Source/core/dom/Entity.idl
|
| +++ b/Source/core/dom/Entity.idl
|
| @@ -17,7 +17,6 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
| [
|
| - ImplementationLacksVTable
|
| ] interface Entity : Node {
|
| [TreatReturnedNullStringAs=Null] readonly attribute DOMString publicId;
|
| [TreatReturnedNullStringAs=Null] readonly attribute DOMString systemId;
|
|
|