Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / crypto / wrapKey-lacks-usage.html
index 09a35aa..dc269b2 100644 (file)
@@ -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>