| Index: Source/modules/credentialmanager/LocalCredential.h
|
| diff --git a/Source/modules/credentialmanager/LocalCredential.h b/Source/modules/credentialmanager/LocalCredential.h
|
| index 694c3a0dd6c15bd4026818d7ba3563309ba1b8bb..737dd94638f0d0a9b323e98ef998953deb86fc73 100644
|
| --- a/Source/modules/credentialmanager/LocalCredential.h
|
| +++ b/Source/modules/credentialmanager/LocalCredential.h
|
| @@ -14,6 +14,7 @@
|
| namespace blink {
|
|
|
| class LocalCredential FINAL : public Credential {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static LocalCredential* create(const String& id, const String& name, const String& avatar, const String& password, ExceptionState&);
|
|
|
|
|