| Index: sky/engine/core/dom/Text.idl
|
| diff --git a/sky/engine/core/dom/Text.idl b/sky/engine/core/dom/Text.idl
|
| index 9b6fcd98ca55b96b78bfb469a435d274fa04b49b..116566e3ee9d83a2b9cabab7fecec27eb2ad422e 100644
|
| --- a/sky/engine/core/dom/Text.idl
|
| +++ b/sky/engine/core/dom/Text.idl
|
| @@ -24,10 +24,6 @@
|
| // DOM Level 1
|
| [RaisesException] Text splitText(unsigned long offset);
|
|
|
| - // Introduced in DOM Level 3:
|
| - readonly attribute DOMString wholeText;
|
| - [MeasureAs=TextReplaceWholeText] Text replaceWholeText(DOMString content); // Removed from DOM4.
|
| -
|
| // Shadow DOM API
|
| NodeList getDestinationInsertionPoints();
|
| };
|
|
|