| Index: modules/encoding/TextEncoder.idl
|
| diff --git a/modules/encoding/TextEncoder.idl b/modules/encoding/TextEncoder.idl
|
| index 8812f044c97f32c2e7c51dbb90a0b1b3368a3451..8730de4a6b41a2c92fcaad144c24df068fd06cb6 100644
|
| --- a/modules/encoding/TextEncoder.idl
|
| +++ b/modules/encoding/TextEncoder.idl
|
| @@ -31,6 +31,7 @@
|
| [
|
| Exposed=(Window,Worker),
|
| Constructor(optional DOMString utfLabel = "utf-8"),
|
| + ConstructorCallWith=ExecutionContext,
|
| RaisesException=Constructor,
|
| GarbageCollected,
|
| MeasureAs=TextEncoderConstructor
|
|
|