Chromium Code Reviews| Index: Source/modules/credentialmanager/LocalCredential.h |
| diff --git a/Source/modules/credentialmanager/LocalCredential.h b/Source/modules/credentialmanager/LocalCredential.h |
| index 737dd94638f0d0a9b323e98ef998953deb86fc73..9d16622f77aa38e707ec83134f6e6d5403937431 100644 |
| --- a/Source/modules/credentialmanager/LocalCredential.h |
| +++ b/Source/modules/credentialmanager/LocalCredential.h |
| @@ -16,6 +16,7 @@ namespace blink { |
| class LocalCredential FINAL : public Credential { |
| DEFINE_WRAPPERTYPEINFO(); |
| public: |
| + static LocalCredential* create(const String& id, const String& name, const KURL& avatar, const String& password); |
|
sof
2014/09/15 07:57:17
Wouldn't this ExceptionState-less version be easie
Mike West
2014/09/16 07:53:20
Hrm. Maybe!
|
| static LocalCredential* create(const String& id, const String& name, const String& avatar, const String& password, ExceptionState&); |
| // LocalCredential.idl |