| Index: Source/modules/crypto/CryptoOperation.idl
|
| diff --git a/Source/modules/crypto/CryptoOperation.idl b/Source/modules/crypto/CryptoOperation.idl
|
| index 3bbb4c7e587de5ae07ecbec55f251d02a4e56a0a..ba683a1b77ed663ff338999db41b9e1e439a4682 100644
|
| --- a/Source/modules/crypto/CryptoOperation.idl
|
| +++ b/Source/modules/crypto/CryptoOperation.idl
|
| @@ -32,10 +32,4 @@
|
| NoInterfaceObject,
|
| ] interface CryptoOperation {
|
| readonly attribute Algorithm algorithm;
|
| -
|
| - CryptoOperation process(ArrayBuffer data);
|
| - CryptoOperation process(ArrayBufferView data);
|
| -
|
| - any finish();
|
| - any abort();
|
| };
|
|
|