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

Unified Diff: Source/modules/crypto/KeyPair.h

Issue 179353002: [webcrypto] Add the KeyAlgorithm interface. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Inline the empty trace() Created 6 years, 10 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/crypto/KeyPair.h
diff --git a/Source/modules/crypto/KeyPair.h b/Source/modules/crypto/KeyPair.h
index ac0f24d119af126b3e0e73de74d35856069e1189..eb6dfa5a13a28b97ba7c3385822ee32748914e88 100644
--- a/Source/modules/crypto/KeyPair.h
+++ b/Source/modules/crypto/KeyPair.h
@@ -43,7 +43,7 @@ namespace WebCore {
class Key;
-class KeyPair : public RefCountedWillBeGarbageCollectedFinalized<KeyPair>, public ScriptWrappable {
+class KeyPair : public RefCountedWillBeGarbageCollectedFinalized<KeyPair>, public ScriptWrappable {
DECLARE_GC_INFO;
public:
static PassRefPtrWillBeRawPtr<KeyPair> create(const blink::WebCryptoKey& publicKey, const blink::WebCryptoKey& privateKey);

Powered by Google App Engine
This is Rietveld 408576698