| Index: LayoutTests/crypto/wrapKey-lacks-usage.html | 
| diff --git a/LayoutTests/crypto/wrapKey-lacks-usage.html b/LayoutTests/crypto/wrapKey-lacks-usage.html | 
| index 09a35aa251cc4883964190f708cc576c31c28c0d..dc269b2704addee0e053aaf7ba8e91191e6fd13d 100644 | 
| --- a/LayoutTests/crypto/wrapKey-lacks-usage.html | 
| +++ b/LayoutTests/crypto/wrapKey-lacks-usage.html | 
| @@ -40,8 +40,7 @@ importWrappingKey().then(function(result) { | 
|  | 
| return crypto.subtle.wrapKey('raw', key, wrappingKey, wrapAlgorithm); | 
| }).then(failAndFinishJSTest, function(result) { | 
| -    error = result; | 
| -    shouldBeNull("error"); | 
| +    logError(result); | 
| }).then(finishJSTest, failAndFinishJSTest); | 
|  | 
| </script> | 
|  |