| Index: Source/modules/credentialmanager/LocalCredential.cpp
|
| diff --git a/Source/modules/credentialmanager/LocalCredential.cpp b/Source/modules/credentialmanager/LocalCredential.cpp
|
| index afc2da8df6a6c07f36e844f296c636b98118a90d..7b61e4b98a09a07475a3eb54afdca18be6176857 100644
|
| --- a/Source/modules/credentialmanager/LocalCredential.cpp
|
| +++ b/Source/modules/credentialmanager/LocalCredential.cpp
|
| @@ -21,7 +21,6 @@ LocalCredential* LocalCredential::create(const String& id, const String& name, c
|
| LocalCredential::LocalCredential(const String& id, const String& name, const KURL& avatar, const String& password)
|
| : Credential(PlatformLocalCredential::create(id, name, avatar, password))
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| const String& LocalCredential::password() const
|
|
|