Index: third_party/WebKit/Source/modules/credentialmanager/Credential.h |
diff --git a/third_party/WebKit/Source/modules/credentialmanager/Credential.h b/third_party/WebKit/Source/modules/credentialmanager/Credential.h |
index 54c24198bb53690dfbae8426ae8a7a42141ee4a0..6c94cb061dd988fb9f98f8ceebca577b9651b0d2 100644 |
--- a/third_party/WebKit/Source/modules/credentialmanager/Credential.h |
+++ b/third_party/WebKit/Source/modules/credentialmanager/Credential.h |
@@ -14,7 +14,7 @@ namespace blink { |
class ExceptionState; |
-class Credential : public GarbageCollected<Credential>, public ScriptWrappable { |
+class Credential : public GarbageCollectedFinalized<Credential>, public ScriptWrappable { |
philipj_slow
2015/11/17 15:53:59
Why was this change needed? I can't see a member t
Mike West
2015/11/18 09:12:51
I added `String` members to `PasswordCredential`,
philipj_slow
2015/11/18 10:00:05
Ah, a subclass, thanks!
|
DEFINE_WRAPPERTYPEINFO(); |
public: |
// Credential.idl |