| Index: third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.cpp
|
| diff --git a/third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.cpp b/third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.cpp
|
| index 913a2b90519f403d5622fbfc95c93276d4ccf3ab..86dfd7e3c03949f2fe3530eaaaa1c1a40961b4ce 100644
|
| --- a/third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.cpp
|
| +++ b/third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.cpp
|
| @@ -134,7 +134,7 @@ PassRefPtr<EncodedFormData> PasswordCredential::encodeFormData(String& contentTy
|
|
|
| contentType = AtomicString("application/x-www-form-urlencoded;charset=UTF-8");
|
|
|
| - return params->encodeFormData();
|
| + return params->toEncodedFormData();
|
| }
|
|
|
| // Otherwise, we'll build a multipart response.
|
|
|