| Index: Source/core/platform/network/FormDataBuilder.h
|
| diff --git a/Source/core/platform/network/FormDataBuilder.h b/Source/core/platform/network/FormDataBuilder.h
|
| index e0f06adaa3ff69e4d9d0c3d50a4ca25ff503eec7..5aaa375f6e813b14baafc5f566e73723a826147f 100644
|
| --- a/Source/core/platform/network/FormDataBuilder.h
|
| +++ b/Source/core/platform/network/FormDataBuilder.h
|
| @@ -33,7 +33,7 @@ namespace WebCore {
|
| class FormDataBuilder {
|
| WTF_MAKE_NONCOPYABLE(FormDataBuilder);
|
| public:
|
| - static WTF::TextEncoding encodingFromAcceptCharset(const String& acceptCharset, const String& inputEncoding);
|
| + static WTF::TextEncoding encodingFromAcceptCharset(const String& acceptCharset, const String& inputEncoding, const String& defaultCharset);
|
|
|
| // Helper functions used by HTMLFormElement for multi-part form data
|
| static Vector<char> generateUniqueBoundaryString();
|
|
|