| Index: Source/modules/credentialmanager/PasswordCredential.h
|
| diff --git a/Source/modules/credentialmanager/PasswordCredential.h b/Source/modules/credentialmanager/PasswordCredential.h
|
| index a7e8b478a4607a5ff797e73f02a69702550365f3..304fb841f5b795c0cf9c561c59a224a7ac480fa4 100644
|
| --- a/Source/modules/credentialmanager/PasswordCredential.h
|
| +++ b/Source/modules/credentialmanager/PasswordCredential.h
|
| @@ -29,7 +29,7 @@ public:
|
| return create(id, password, name, emptyString(), exceptionState);
|
| }
|
|
|
| - static PasswordCredential* create(const String& id, const String& password, const String& name, const String& avatar, ExceptionState&);
|
| + static PasswordCredential* create(const String& id, const String& password, const String& name, const String& icon, ExceptionState&);
|
| static PasswordCredential* create(WebPasswordCredential*);
|
|
|
| // PasswordCredential.idl
|
| @@ -40,7 +40,7 @@ public:
|
|
|
| private:
|
| PasswordCredential(WebPasswordCredential*);
|
| - PasswordCredential(const String& id, const String& password, const String& name, const KURL& avatar);
|
| + PasswordCredential(const String& id, const String& password, const String& name, const KURL& icon);
|
|
|
| Member<DOMFormData> m_formData;
|
| };
|
|
|