Chromium Code Reviews| Index: Source/modules/crypto/SubtleCrypto.idl |
| diff --git a/Source/modules/crypto/SubtleCrypto.idl b/Source/modules/crypto/SubtleCrypto.idl |
| index 9ba18b0ddeea275e124e4ebd4414a1b5a30b5b66..8d0f61130b7896e30c72360b5230e16e2b62f765 100644 |
| --- a/Source/modules/crypto/SubtleCrypto.idl |
| +++ b/Source/modules/crypto/SubtleCrypto.idl |
| @@ -34,7 +34,7 @@ typedef DOMString KeyFormat; |
| typedef DOMString KeyUsage; // from CryptoKey interface |
| // FIXME: use below; needs support for union types http://crbug.com/240176 |
| -typedef (ArrayBuffer or ArrayBufferView) CryptoOperationData; |
| +//typedef (ArrayBuffer or ArrayBufferView) CryptoOperationData; |
|
bashi
2014/11/19 11:06:35
Commented out so that we don't generate unused Arr
haraken
2014/11/21 02:10:58
Nit: One space after //.
bashi
2014/11/21 03:13:44
Done.
|
| [ |
| GarbageCollected, |