| Index: LayoutTests/crypto/encrypt-decrypt.html
|
| diff --git a/LayoutTests/crypto/encrypt-decrypt.html b/LayoutTests/crypto/encrypt-decrypt.html
|
| index 4e7e451e979b15a8bd5a069aca1c65e0f7fdef38..6385f813958fd816afba130d0d2a0fb833f0aa6c 100644
|
| --- a/LayoutTests/crypto/encrypt-decrypt.html
|
| +++ b/LayoutTests/crypto/encrypt-decrypt.html
|
| @@ -16,7 +16,7 @@ jsTestIsAsync = true;
|
| importTestKeys().then(function(importedKeys) {
|
| keys = importedKeys;
|
|
|
| - data = asciiToArrayBuffer("hello");
|
| + data = asciiToUint8Array("hello");
|
|
|
| // ---------------------------------------------------
|
| // AES-CBC normalization failures (AesCbcParams)
|
|
|