Index: Source/modules/credentialmanager/Credential.h |
diff --git a/Source/modules/credentialmanager/Credential.h b/Source/modules/credentialmanager/Credential.h |
index 3b026b2fa8237463cb49703f1a92956b56589214..1561eaefcb267b44c75ed08a112a799a34485975 100644 |
--- a/Source/modules/credentialmanager/Credential.h |
+++ b/Source/modules/credentialmanager/Credential.h |
@@ -17,6 +17,7 @@ class WebCredential; |
class ExceptionState; |
class Credential : public GarbageCollected<Credential>, public ScriptWrappable { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
static Credential* create(const String& id, const String& name, const KURL& avatar); |
static Credential* create(const String& id, const String& name, const String& avatar, ExceptionState&); |