| Index: third_party/WebCore/dom/DocumentType.idl
|
| diff --git a/third_party/WebCore/dom/DocumentType.idl b/third_party/WebCore/dom/DocumentType.idl
|
| index 729023271f275f7c2465fd117ce40103a3b84b2c..4206de70de55bd6a81092d29daea14cae675116c 100644
|
| --- a/third_party/WebCore/dom/DocumentType.idl
|
| +++ b/third_party/WebCore/dom/DocumentType.idl
|
| @@ -35,6 +35,9 @@ module core {
|
| readonly attribute [TreatReturnedNullStringAs=Null] DOMString systemId;
|
| readonly attribute [TreatReturnedNullStringAs=Null] DOMString internalSubset;
|
|
|
| + // DOM 4
|
| + void remove()
|
| + raises(DOMException);
|
| };
|
|
|
| }
|
|
|