| Index: third_party/WebKit/Source/platform/network/FormDataEncoder.h
|
| diff --git a/third_party/WebKit/Source/platform/network/FormDataEncoder.h b/third_party/WebKit/Source/platform/network/FormDataEncoder.h
|
| index d5c215cf53d339e124675c0544aa676f68345b65..b1cb17c9e51a29d8ad7eef9656bf5caa559abf12 100644
|
| --- a/third_party/WebKit/Source/platform/network/FormDataEncoder.h
|
| +++ b/third_party/WebKit/Source/platform/network/FormDataEncoder.h
|
| @@ -34,7 +34,7 @@ namespace blink {
|
| class PLATFORM_EXPORT FormDataEncoder {
|
| STATIC_ONLY(FormDataEncoder);
|
| public:
|
| - static WTF::TextEncoding encodingFromAcceptCharset(const String& acceptCharset, const String& charset, const String& defaultCharset);
|
| + static WTF::TextEncoding encodingFromAcceptCharset(const String& acceptCharset, const WTF::TextEncoding& fallbackEncoding);
|
|
|
| // Helper functions used by HTMLFormElement for multi-part form data
|
| static Vector<char> generateUniqueBoundaryString();
|
|
|