| Index: Source/platform/credentialmanager/PlatformLocalCredential.h
|
| diff --git a/Source/platform/credentialmanager/PlatformLocalCredential.h b/Source/platform/credentialmanager/PlatformLocalCredential.h
|
| index 932bc44f9efe5e9ec4a54fa8a5a1fd70de345bfd..1b5320500376f32f764c1152da10d1ee9a15e506 100644
|
| --- a/Source/platform/credentialmanager/PlatformLocalCredential.h
|
| +++ b/Source/platform/credentialmanager/PlatformLocalCredential.h
|
| @@ -19,6 +19,8 @@ public:
|
|
|
| const String& password() const { return m_password; }
|
|
|
| + virtual bool isLocal() override { return true; }
|
| +
|
| private:
|
| PlatformLocalCredential(const String& id, const String& name, const KURL& avatarURL, const String& password);
|
|
|
|
|