Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1365)

Unified Diff: Source/modules/credentialmanager/LocalCredential.cpp

Issue 540283003: bindings: Retires ScriptWrappable::init, etc. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed a review comment. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/credentialmanager/FederatedCredential.cpp ('k') | Source/modules/crypto/Crypto.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/modules/credentialmanager/FederatedCredential.cpp ('k') | Source/modules/crypto/Crypto.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698