| Index: LayoutTests/crypto/wrapKey-unextractable.html | 
| diff --git a/LayoutTests/crypto/wrapKey-unextractable.html b/LayoutTests/crypto/wrapKey-unextractable.html | 
| index 562a8900c11ea6bb34a8c9c9977bf1600da1f224..5f2de06e2462acb98f2c132f91850c3feb31e766 100644 | 
| --- a/LayoutTests/crypto/wrapKey-unextractable.html | 
| +++ b/LayoutTests/crypto/wrapKey-unextractable.html | 
| @@ -42,8 +42,7 @@ importWrappingKey().then(function(result) { | 
| wrapAlgorithm = {name: 'aes-cbc', iv: new Uint8Array(16)}; | 
| return crypto.subtle.wrapKey('raw', key, wrappingKey, wrapAlgorithm); | 
| }).then(failAndFinishJSTest, function(result) { | 
| -    error = result; | 
| -    shouldBeNull("error"); | 
| +    logError(result); | 
| }).then(finishJSTest, failAndFinishJSTest); | 
|  | 
| </script> | 
|  |