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

Unified Diff: Source/modules/credentialmanager/CredentialsContainer.h

Issue 478243002: bindings: Adds virtual ScriptWrappable::wrap method. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced. 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/CredentialsContainer.h
diff --git a/Source/modules/credentialmanager/CredentialsContainer.h b/Source/modules/credentialmanager/CredentialsContainer.h
index e0e5df04dcfddf1ed8a5dbbcea6cdb6c63a8db49..abf2d79456abb1b81ee6cd045de2f3e0b1cf14c4 100644
--- a/Source/modules/credentialmanager/CredentialsContainer.h
+++ b/Source/modules/credentialmanager/CredentialsContainer.h
@@ -16,6 +16,7 @@ class ScriptPromise;
class ScriptState;
class CredentialsContainer FINAL : public GarbageCollected<CredentialsContainer>, public ScriptWrappable {
+ DEFINE_WRAPPERTYPEINFO();
public:
static CredentialsContainer* create();
« no previous file with comments | « Source/modules/credentialmanager/Credential.h ('k') | Source/modules/credentialmanager/FederatedCredential.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698