| Index: sky/engine/core/dom/Text.idl
|
| diff --git a/sky/engine/core/dom/Text.idl b/sky/engine/core/dom/Text.idl
|
| index 116566e3ee9d83a2b9cabab7fecec27eb2ad422e..518f49f8d1699d7c40945286af97056c60a67ec6 100644
|
| --- a/sky/engine/core/dom/Text.idl
|
| +++ b/sky/engine/core/dom/Text.idl
|
| @@ -20,10 +20,6 @@
|
| Constructor(optional DOMString data = ""),
|
| ConstructorCallWith=Document,
|
| ] interface Text : CharacterData {
|
| -
|
| - // DOM Level 1
|
| [RaisesException] Text splitText(unsigned long offset);
|
| -
|
| - // Shadow DOM API
|
| - NodeList getDestinationInsertionPoints();
|
| + sequence<Node> getDestinationInsertionPoints();
|
| };
|
|
|