 Chromium Code Reviews
 Chromium Code Reviews Issue 179353002:
  [webcrypto] Add the KeyAlgorithm interface.   (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk
    
  
    Issue 179353002:
  [webcrypto] Add the KeyAlgorithm interface.   (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk| Index: public/platform/WebCrypto.h | 
| diff --git a/public/platform/WebCrypto.h b/public/platform/WebCrypto.h | 
| index 1144af383b14fc847fbf4b0e2ae6b45cca570e3e..583f5a639b8da1d3a2da0cc32f1e0ee3ca11f423 100644 | 
| --- a/public/platform/WebCrypto.h | 
| +++ b/public/platform/WebCrypto.h | 
| @@ -36,6 +36,9 @@ | 
| #include "WebCryptoKey.h" | 
| #include "WebPrivatePtr.h" | 
| +// FIXME: Remove this once chromium side is updated. | 
| +#define WEBCRYPTO_HAS_KEY_ALGORITHM 1 | 
| + | 
| namespace WebCore { class CryptoResult; } | 
| #if INSIDE_BLINK |