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 8730de4a6b41a2c92fcaad144c24df068fd06cb6..13326494afbcd91defed13c938a4913586f8a34b 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, |
| GarbageCollected, |