| Index: Source/modules/credentialmanager/LocalCredential.h
|
| diff --git a/Source/modules/credentialmanager/LocalCredential.h b/Source/modules/credentialmanager/LocalCredential.h
|
| index b60e6d00da02a392abdcba250835f0147e73c577..00ac48fbefdd365fccf8cc4d52a1515be5058cbb 100644
|
| --- a/Source/modules/credentialmanager/LocalCredential.h
|
| +++ b/Source/modules/credentialmanager/LocalCredential.h
|
| @@ -18,12 +18,10 @@ public:
|
| virtual ~LocalCredential();
|
|
|
| // LocalCredential.idl
|
| - const String& password() const { return m_password; }
|
| + const String& password() const;
|
|
|
| private:
|
| LocalCredential(const String& id, const String& name, const String& avatarURL, const String& password);
|
| -
|
| - String m_password;
|
| };
|
|
|
| } // namespace blink
|
|
|