| Index: core/dom/Text.idl
|
| diff --git a/core/dom/Text.idl b/core/dom/Text.idl
|
| index 57e6dc0c8f816b8075a7e71ceb6e22a2185df0d4..2e3f84252bd56ccf0fffede1a8a489946d7804f2 100644
|
| --- a/core/dom/Text.idl
|
| +++ b/core/dom/Text.idl
|
| @@ -17,7 +17,7 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
| [
|
| - Constructor([Default=NullString] optional DOMString data),
|
| + Constructor(optional DOMString data = null),
|
| ConstructorCallWith=Document,
|
| Custom=Wrap,
|
| ] interface Text : CharacterData {
|
| @@ -30,5 +30,5 @@
|
| [MeasureAs=TextReplaceWholeText] Text replaceWholeText(DOMString content); // Removed from DOM4.
|
|
|
| // Shadow DOM API
|
| - [RuntimeEnabled=ShadowDOM, PerWorldBindings] NodeList getDestinationInsertionPoints();
|
| + NodeList getDestinationInsertionPoints();
|
| };
|
|
|