| Index: Source/core/dom/Text.idl
|
| diff --git a/Source/core/dom/Text.idl b/Source/core/dom/Text.idl
|
| index 5121783661dd3122a8186f5aff5966449e99f158..128e1c8fe603916e453588afdd08281bfbe5775f 100644
|
| --- a/Source/core/dom/Text.idl
|
| +++ b/Source/core/dom/Text.idl
|
| @@ -26,7 +26,6 @@
|
|
|
| // Introduced in DOM Level 3:
|
| [MeasureAs=TextWholeText] readonly attribute DOMString wholeText;
|
| - [MeasureAs=TextReplaceWholeText] Text replaceWholeText(DOMString content); // Removed from DOM4.
|
|
|
| // Shadow DOM API
|
| NodeList getDestinationInsertionPoints();
|
|
|