| Index: Source/core/dom/Text.idl
|
| diff --git a/Source/core/dom/Text.idl b/Source/core/dom/Text.idl
|
| index 9b6fcd98ca55b96b78bfb469a435d274fa04b49b..5121783661dd3122a8186f5aff5966449e99f158 100644
|
| --- a/Source/core/dom/Text.idl
|
| +++ b/Source/core/dom/Text.idl
|
| @@ -25,7 +25,7 @@
|
| [RaisesException] Text splitText(unsigned long offset);
|
|
|
| // Introduced in DOM Level 3:
|
| - readonly attribute DOMString wholeText;
|
| + [MeasureAs=TextWholeText] readonly attribute DOMString wholeText;
|
| [MeasureAs=TextReplaceWholeText] Text replaceWholeText(DOMString content); // Removed from DOM4.
|
|
|
| // Shadow DOM API
|
|
|