| Index: Source/platform/exported/WebPasswordCredential.cpp
|
| diff --git a/Source/platform/exported/WebPasswordCredential.cpp b/Source/platform/exported/WebPasswordCredential.cpp
|
| index b78868053d031804c049aeabdd8be994ef7a7fff..10309154e2ff409bf3477686dca9424e4408f94a 100644
|
| --- a/Source/platform/exported/WebPasswordCredential.cpp
|
| +++ b/Source/platform/exported/WebPasswordCredential.cpp
|
| @@ -8,8 +8,8 @@
|
| #include "platform/credentialmanager/PlatformPasswordCredential.h"
|
|
|
| namespace blink {
|
| -WebPasswordCredential::WebPasswordCredential(const WebString& id, const WebString& password, const WebString& name, const WebURL& avatarURL)
|
| - : WebCredential(PlatformPasswordCredential::create(id, password, name, avatarURL))
|
| +WebPasswordCredential::WebPasswordCredential(const WebString& id, const WebString& password, const WebString& name, const WebURL& iconURL)
|
| + : WebCredential(PlatformPasswordCredential::create(id, password, name, iconURL))
|
| {
|
| }
|
|
|
|
|