| Index: LayoutTests/crypto/unwrapKey-lacks-usage.html | 
| diff --git a/LayoutTests/crypto/unwrapKey-lacks-usage.html b/LayoutTests/crypto/unwrapKey-lacks-usage.html | 
| index b79b80cc192b16bd4ab6613b3f745f8ada481152..034b95cbbe6c2819746a4520d7b52fb700948d0e 100644 | 
| --- a/LayoutTests/crypto/unwrapKey-lacks-usage.html | 
| +++ b/LayoutTests/crypto/unwrapKey-lacks-usage.html | 
| @@ -32,8 +32,7 @@ importUnwrappingKey().then(function(result) { | 
|  | 
| return crypto.subtle.unwrapKey('raw', wrappedKey, unwrappingKey, unwrapAlgorithm, unwrappedKeyAlgorithm, extractable, keyUsages); | 
| }).then(failAndFinishJSTest, function(result) { | 
| -    error = result; | 
| -    shouldBeNull("error"); | 
| +    logError(result); | 
| }).then(finishJSTest, failAndFinishJSTest); | 
|  | 
| </script> | 
|  |