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

Unified Diff: Source/modules/credentialmanager/Credential.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
Index: Source/modules/credentialmanager/Credential.cpp
diff --git a/Source/modules/credentialmanager/Credential.cpp b/Source/modules/credentialmanager/Credential.cpp
index f93ec29153b3b65bf4772d14a4430c4bee8ce0f4..6f8d8c51e9daffe688748d9103896f7b461497c8 100644
--- a/Source/modules/credentialmanager/Credential.cpp
+++ b/Source/modules/credentialmanager/Credential.cpp
@@ -31,7 +31,6 @@ Credential::Credential(PlatformCredential* credential)
Credential::Credential(const String& id, const String& name, const KURL& avatar)
: m_platformCredential(PlatformCredential::create(id, name, avatar))
{
- ScriptWrappable::init(this);
}
KURL Credential::parseStringAsURL(const String& url, ExceptionState& exceptionState)
« no previous file with comments | « Source/modules/battery/BatteryManager.cpp ('k') | Source/modules/credentialmanager/CredentialsContainer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698