Chromium Code Reviews| Index: third_party/WebKit/Source/modules/encoding/TextEncoder.idl |
| diff --git a/third_party/WebKit/Source/modules/encoding/TextEncoder.idl b/third_party/WebKit/Source/modules/encoding/TextEncoder.idl |
| index 736187a78fc0f9ebc66344089254eba83ce4d325..e18d1093c028545819046fe037f565ac79f01d00 100644 |
| --- a/third_party/WebKit/Source/modules/encoding/TextEncoder.idl |
| +++ b/third_party/WebKit/Source/modules/encoding/TextEncoder.idl |
| @@ -30,7 +30,7 @@ |
| [ |
| Exposed=(Window,Worker), |
| - Constructor(optional DOMString utfLabel = "utf-8"), |
| + Constructor(), |
| ConstructorCallWith=ExecutionContext, |
| RaisesException=Constructor, |
| MeasureAs=TextEncoderConstructor |