| Index: Source/modules/encoding/TextDecoder.idl
|
| diff --git a/Source/modules/encoding/TextDecoder.idl b/Source/modules/encoding/TextDecoder.idl
|
| index f71c7b896474def93df016c4ab0b4fce48dae88c..a92b1f56eaa98ab33b1c4e0d98fbb42b26254415 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(optional DOMString label = "utf-8", optional Dictionary options),
|
| RaisesException=Constructor,
|
| GarbageCollected,
|
| MeasureAs=TextDecoderConstructor
|
|
|