| Index: Source/modules/encoding/TextDecoder.idl
|
| diff --git a/Source/modules/encoding/TextDecoder.idl b/Source/modules/encoding/TextDecoder.idl
|
| index f71c7b896474def93df016c4ab0b4fce48dae88c..91be920b13f71665e196420fcdd10e0ac2644505 100644
|
| --- a/Source/modules/encoding/TextDecoder.idl
|
| +++ b/Source/modules/encoding/TextDecoder.idl
|
| @@ -31,7 +31,7 @@
|
| [
|
| RuntimeEnabled=EncodingAPI,
|
| Exposed=Window&Worker,
|
| - Constructor(optional DOMString label = null, optional Dictionary options),
|
| + Constructor([Default=NullString] optional DOMString label, optional Dictionary options),
|
| RaisesException=Constructor,
|
| GarbageCollected,
|
| MeasureAs=TextDecoderConstructor
|
|
|