| 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 02dc49ba26b414a3566f2b28997e1cee0123385d..5bb0a068b7d67fd4243ae4f1c7a307e1c70ef629 100644
|
| --- a/third_party/WebKit/Source/modules/encoding/TextEncoder.h
|
| +++ b/third_party/WebKit/Source/modules/encoding/TextEncoder.h
|
| @@ -47,7 +47,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
|
|
|