| Index: third_party/WebKit/Source/modules/encoding/TextEncoder.h
|
| diff --git a/third_party/WebKit/Source/modules/encoding/TextEncoder.h b/third_party/WebKit/Source/modules/encoding/TextEncoder.h
|
| index b33a44ef5d30af56e9a5ee69caad8f4da055f4f7..dceec06e400a8a2863988b7cdcc27ec72e261503 100644
|
| --- a/third_party/WebKit/Source/modules/encoding/TextEncoder.h
|
| +++ b/third_party/WebKit/Source/modules/encoding/TextEncoder.h
|
| @@ -46,7 +46,7 @@ class ExceptionState;
|
| class TextEncoder final : public GarbageCollectedFinalized<TextEncoder>, public ScriptWrappable {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| - static TextEncoder* create(ExecutionContext*, const String& utfLabel, ExceptionState&);
|
| + static TextEncoder* create(ExecutionContext*, ExceptionState&);
|
| ~TextEncoder();
|
|
|
| // Implement the IDL
|
|
|