<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[212261] trunk</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/212261">212261</a></dd>
<dt>Author</dt> <dd>jiewen_tan@apple.com</dd>
<dt>Date</dt> <dd>2017-02-13 17:07:03 -0800 (Mon, 13 Feb 2017)</dd>
</dl>

<h3>Log Message</h3>
<pre>[WebCrypto] WebInspector should indicate webkitSubtle is deprecated
https://bugs.webkit.org/show_bug.cgi?id=165913
&lt;rdar://problem/30477222&gt;

Reviewed by Joseph Pecoraro.

Source/WebCore:

Covered by existing tests.

* page/Crypto.cpp:
(WebCore::Crypto::webkitSubtle):

LayoutTests:

* crypto/subtle/rsassa-pkcs1-v1_5-generate-key-with-leading-zeroes-in-exponent.html:
Change webkitSubtle to subtle.
* crypto/webkitSubtle/aes-cbc-192-encrypt-decrypt-expected.txt:
* crypto/webkitSubtle/aes-cbc-256-encrypt-decrypt-expected.txt:
* crypto/webkitSubtle/aes-cbc-encrypt-decrypt-expected.txt:
* crypto/webkitSubtle/aes-cbc-encrypt-decrypt-with-padding-expected.txt:
* crypto/webkitSubtle/aes-cbc-generate-key-expected.txt:
* crypto/webkitSubtle/aes-cbc-import-jwk-expected.txt:
* crypto/webkitSubtle/aes-cbc-invalid-length-expected.txt:
* crypto/webkitSubtle/aes-cbc-unwrap-failure-expected.txt:
* crypto/webkitSubtle/aes-cbc-unwrap-rsa-expected.txt:
* crypto/webkitSubtle/aes-cbc-wrap-rsa-expected.txt:
* crypto/webkitSubtle/aes-cbc-wrap-rsa-non-extractable-expected.txt:
* crypto/webkitSubtle/aes-cbc-wrong-key-class-expected.txt:
* crypto/webkitSubtle/aes-export-key-expected.txt:
* crypto/webkitSubtle/aes-kw-key-manipulation-expected.txt:
* crypto/webkitSubtle/aes-kw-wrap-unwrap-aes-expected.txt:
* crypto/webkitSubtle/aes-postMessage-expected.txt:
* crypto/webkitSubtle/argument-conversion-expected.txt:
* crypto/webkitSubtle/array-buffer-view-offset-expected.txt:
* crypto/webkitSubtle/gc-2-expected.txt:
* crypto/webkitSubtle/gc-expected.txt:
* crypto/webkitSubtle/hmac-check-algorithm-expected.txt:
* crypto/webkitSubtle/hmac-export-key-expected.txt:
* crypto/webkitSubtle/hmac-generate-key-expected.txt:
* crypto/webkitSubtle/hmac-import-jwk-expected.txt:
* crypto/webkitSubtle/hmac-postMessage-expected.txt:
* crypto/webkitSubtle/hmac-sign-verify-empty-key-expected.txt:
* crypto/webkitSubtle/hmac-sign-verify-expected.txt:
* crypto/webkitSubtle/import-jwk-expected.txt:
* crypto/webkitSubtle/jwk-export-use-values-expected.txt:
* crypto/webkitSubtle/jwk-import-use-values-expected.txt:
* crypto/webkitSubtle/rsa-export-generated-keys-expected.txt:
* crypto/webkitSubtle/rsa-export-key-expected.txt:
* crypto/webkitSubtle/rsa-export-private-key-expected.txt:
* crypto/webkitSubtle/rsa-indexeddb-expected.txt:
* crypto/webkitSubtle/rsa-indexeddb-non-exportable-expected.txt:
* crypto/webkitSubtle/rsa-indexeddb-non-exportable-private-expected.txt:
* crypto/webkitSubtle/rsa-indexeddb-private-expected.txt:
* crypto/webkitSubtle/rsa-oaep-generate-non-extractable-key-expected.txt:
* crypto/webkitSubtle/rsa-oaep-key-manipulation-expected.txt:
* crypto/webkitSubtle/rsa-oaep-plaintext-length-expected.txt:
* crypto/webkitSubtle/rsa-oaep-wrap-unwrap-aes-expected.txt:
* crypto/webkitSubtle/rsa-postMessage-expected.txt:
* crypto/webkitSubtle/rsaes-pkcs1-v1_5-decrypt-expected.txt:
* crypto/webkitSubtle/rsaes-pkcs1-v1_5-wrap-unwrap-aes-expected.txt:
* crypto/webkitSubtle/rsassa-pkcs1-v1_5-generate-key-expected.txt:
* crypto/webkitSubtle/rsassa-pkcs1-v1_5-generate-key-with-leading-zeroes-in-exponent-expected.txt:
* crypto/webkitSubtle/rsassa-pkcs1-v1_5-import-jwk-expected.txt:
* crypto/webkitSubtle/rsassa-pkcs1-v1_5-import-jwk-small-key-expected.txt:
* crypto/webkitSubtle/rsassa-pkcs1-v1_5-sign-verify-expected.txt:
* crypto/webkitSubtle/sha-1-expected.txt:
* crypto/webkitSubtle/sha-224-expected.txt:
* crypto/webkitSubtle/sha-256-expected.txt:
* crypto/webkitSubtle/sha-384-expected.txt:
* crypto/webkitSubtle/sha-512-expected.txt:
* crypto/webkitSubtle/unimplemented-unwrap-crash-expected.txt:
* crypto/webkitSubtle/unwrapKey-check-usage-expected.txt:
* crypto/webkitSubtle/wrapKey-check-usage-expected.txt:
* fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestscryptosubtlersassapkcs1v1_5generatekeywithleadingzeroesinexponenthtml">trunk/LayoutTests/crypto/subtle/rsassa-pkcs1-v1_5-generate-key-with-leading-zeroes-in-exponent.html</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtleaescbc192encryptdecryptexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-192-encrypt-decrypt-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtleaescbc256encryptdecryptexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-256-encrypt-decrypt-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtleaescbcencryptdecryptexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-encrypt-decrypt-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtleaescbcencryptdecryptwithpaddingexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-encrypt-decrypt-with-padding-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtleaescbcgeneratekeyexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-generate-key-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtleaescbcimportjwkexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-import-jwk-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtleaescbcinvalidlengthexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-invalid-length-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtleaescbcunwrapfailureexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-unwrap-failure-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtleaescbcunwraprsaexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-unwrap-rsa-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtleaescbcwraprsaexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-wrap-rsa-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtleaescbcwraprsanonextractableexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-wrap-rsa-non-extractable-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtleaescbcwrongkeyclassexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-wrong-key-class-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtleaesexportkeyexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/aes-export-key-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtleaeskwkeymanipulationexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/aes-kw-key-manipulation-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtleaeskwwrapunwrapaesexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/aes-kw-wrap-unwrap-aes-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtleaespostMessageexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/aes-postMessage-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtleargumentconversionexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/argument-conversion-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtlearraybufferviewoffsetexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/array-buffer-view-offset-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtlegc2expectedtxt">trunk/LayoutTests/crypto/webkitSubtle/gc-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtlegcexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/gc-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtlehmaccheckalgorithmexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/hmac-check-algorithm-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtlehmacexportkeyexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/hmac-export-key-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtlehmacgeneratekeyexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/hmac-generate-key-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtlehmacimportjwkexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/hmac-import-jwk-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtlehmacpostMessageexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/hmac-postMessage-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtlehmacsignverifyemptykeyexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/hmac-sign-verify-empty-key-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtlehmacsignverifyexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/hmac-sign-verify-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtleimportjwkexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/import-jwk-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtlejwkexportusevaluesexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/jwk-export-use-values-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtlejwkimportusevaluesexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/jwk-import-use-values-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtlersaexportgeneratedkeysexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/rsa-export-generated-keys-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtlersaexportkeyexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/rsa-export-key-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtlersaexportprivatekeyexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/rsa-export-private-key-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtlersaindexeddbexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/rsa-indexeddb-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtlersaindexeddbnonexportableexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/rsa-indexeddb-non-exportable-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtlersaindexeddbnonexportableprivateexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/rsa-indexeddb-non-exportable-private-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtlersaindexeddbprivateexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/rsa-indexeddb-private-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtlersaoaepgeneratenonextractablekeyexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/rsa-oaep-generate-non-extractable-key-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtlersaoaepkeymanipulationexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/rsa-oaep-key-manipulation-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtlersaoaepplaintextlengthexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/rsa-oaep-plaintext-length-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtlersaoaepwrapunwrapaesexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/rsa-oaep-wrap-unwrap-aes-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtlersapostMessageexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/rsa-postMessage-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtlersaespkcs1v1_5decryptexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/rsaes-pkcs1-v1_5-decrypt-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtlersaespkcs1v1_5wrapunwrapaesexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/rsaes-pkcs1-v1_5-wrap-unwrap-aes-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtlersassapkcs1v1_5generatekeyexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/rsassa-pkcs1-v1_5-generate-key-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtlersassapkcs1v1_5generatekeywithleadingzeroesinexponentexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/rsassa-pkcs1-v1_5-generate-key-with-leading-zeroes-in-exponent-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtlersassapkcs1v1_5importjwkexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/rsassa-pkcs1-v1_5-import-jwk-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtlersassapkcs1v1_5importjwksmallkeyexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/rsassa-pkcs1-v1_5-import-jwk-small-key-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtlersassapkcs1v1_5signverifyexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/rsassa-pkcs1-v1_5-sign-verify-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtlesha1expectedtxt">trunk/LayoutTests/crypto/webkitSubtle/sha-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtlesha224expectedtxt">trunk/LayoutTests/crypto/webkitSubtle/sha-224-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtlesha256expectedtxt">trunk/LayoutTests/crypto/webkitSubtle/sha-256-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtlesha384expectedtxt">trunk/LayoutTests/crypto/webkitSubtle/sha-384-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtlesha512expectedtxt">trunk/LayoutTests/crypto/webkitSubtle/sha-512-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtleunimplementedunwrapcrashexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/unimplemented-unwrap-crash-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtleunwrapKeycheckusageexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/unwrapKey-check-usage-expected.txt</a></li>
<li><a href="#trunkLayoutTestscryptowebkitSubtlewrapKeycheckusageexpectedtxt">trunk/LayoutTests/crypto/webkitSubtle/wrapKey-check-usage-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomWindowpropertyaccessoncachedwindowafterframeremovedexpectedtxt">trunk/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt</a></li>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCorepageCryptocpp">trunk/Source/WebCore/page/Crypto.cpp</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/ChangeLog        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,72 @@
</span><ins>+2017-02-13  Jiewen Tan  &lt;jiewen_tan@apple.com&gt;
+
+        [WebCrypto] WebInspector should indicate webkitSubtle is deprecated
+        https://bugs.webkit.org/show_bug.cgi?id=165913
+        &lt;rdar://problem/30477222&gt;
+
+        Reviewed by Joseph Pecoraro.
+
+        * crypto/subtle/rsassa-pkcs1-v1_5-generate-key-with-leading-zeroes-in-exponent.html:
+        Change webkitSubtle to subtle.
+        * crypto/webkitSubtle/aes-cbc-192-encrypt-decrypt-expected.txt:
+        * crypto/webkitSubtle/aes-cbc-256-encrypt-decrypt-expected.txt:
+        * crypto/webkitSubtle/aes-cbc-encrypt-decrypt-expected.txt:
+        * crypto/webkitSubtle/aes-cbc-encrypt-decrypt-with-padding-expected.txt:
+        * crypto/webkitSubtle/aes-cbc-generate-key-expected.txt:
+        * crypto/webkitSubtle/aes-cbc-import-jwk-expected.txt:
+        * crypto/webkitSubtle/aes-cbc-invalid-length-expected.txt:
+        * crypto/webkitSubtle/aes-cbc-unwrap-failure-expected.txt:
+        * crypto/webkitSubtle/aes-cbc-unwrap-rsa-expected.txt:
+        * crypto/webkitSubtle/aes-cbc-wrap-rsa-expected.txt:
+        * crypto/webkitSubtle/aes-cbc-wrap-rsa-non-extractable-expected.txt:
+        * crypto/webkitSubtle/aes-cbc-wrong-key-class-expected.txt:
+        * crypto/webkitSubtle/aes-export-key-expected.txt:
+        * crypto/webkitSubtle/aes-kw-key-manipulation-expected.txt:
+        * crypto/webkitSubtle/aes-kw-wrap-unwrap-aes-expected.txt:
+        * crypto/webkitSubtle/aes-postMessage-expected.txt:
+        * crypto/webkitSubtle/argument-conversion-expected.txt:
+        * crypto/webkitSubtle/array-buffer-view-offset-expected.txt:
+        * crypto/webkitSubtle/gc-2-expected.txt:
+        * crypto/webkitSubtle/gc-expected.txt:
+        * crypto/webkitSubtle/hmac-check-algorithm-expected.txt:
+        * crypto/webkitSubtle/hmac-export-key-expected.txt:
+        * crypto/webkitSubtle/hmac-generate-key-expected.txt:
+        * crypto/webkitSubtle/hmac-import-jwk-expected.txt:
+        * crypto/webkitSubtle/hmac-postMessage-expected.txt:
+        * crypto/webkitSubtle/hmac-sign-verify-empty-key-expected.txt:
+        * crypto/webkitSubtle/hmac-sign-verify-expected.txt:
+        * crypto/webkitSubtle/import-jwk-expected.txt:
+        * crypto/webkitSubtle/jwk-export-use-values-expected.txt:
+        * crypto/webkitSubtle/jwk-import-use-values-expected.txt:
+        * crypto/webkitSubtle/rsa-export-generated-keys-expected.txt:
+        * crypto/webkitSubtle/rsa-export-key-expected.txt:
+        * crypto/webkitSubtle/rsa-export-private-key-expected.txt:
+        * crypto/webkitSubtle/rsa-indexeddb-expected.txt:
+        * crypto/webkitSubtle/rsa-indexeddb-non-exportable-expected.txt:
+        * crypto/webkitSubtle/rsa-indexeddb-non-exportable-private-expected.txt:
+        * crypto/webkitSubtle/rsa-indexeddb-private-expected.txt:
+        * crypto/webkitSubtle/rsa-oaep-generate-non-extractable-key-expected.txt:
+        * crypto/webkitSubtle/rsa-oaep-key-manipulation-expected.txt:
+        * crypto/webkitSubtle/rsa-oaep-plaintext-length-expected.txt:
+        * crypto/webkitSubtle/rsa-oaep-wrap-unwrap-aes-expected.txt:
+        * crypto/webkitSubtle/rsa-postMessage-expected.txt:
+        * crypto/webkitSubtle/rsaes-pkcs1-v1_5-decrypt-expected.txt:
+        * crypto/webkitSubtle/rsaes-pkcs1-v1_5-wrap-unwrap-aes-expected.txt:
+        * crypto/webkitSubtle/rsassa-pkcs1-v1_5-generate-key-expected.txt:
+        * crypto/webkitSubtle/rsassa-pkcs1-v1_5-generate-key-with-leading-zeroes-in-exponent-expected.txt:
+        * crypto/webkitSubtle/rsassa-pkcs1-v1_5-import-jwk-expected.txt:
+        * crypto/webkitSubtle/rsassa-pkcs1-v1_5-import-jwk-small-key-expected.txt:
+        * crypto/webkitSubtle/rsassa-pkcs1-v1_5-sign-verify-expected.txt:
+        * crypto/webkitSubtle/sha-1-expected.txt:
+        * crypto/webkitSubtle/sha-224-expected.txt:
+        * crypto/webkitSubtle/sha-256-expected.txt:
+        * crypto/webkitSubtle/sha-384-expected.txt:
+        * crypto/webkitSubtle/sha-512-expected.txt:
+        * crypto/webkitSubtle/unimplemented-unwrap-crash-expected.txt:
+        * crypto/webkitSubtle/unwrapKey-check-usage-expected.txt:
+        * crypto/webkitSubtle/wrapKey-check-usage-expected.txt:
+        * fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt:
+
</ins><span class="cx"> 2017-02-13  Ryan Haddad  &lt;ryanhaddad@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Mark media/modern-media-controls/layout-node/addChild.html as flaky on El Capitan WK1.
</span></span></pre></div>
<a id="trunkLayoutTestscryptosubtlersassapkcs1v1_5generatekeywithleadingzeroesinexponenthtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/subtle/rsassa-pkcs1-v1_5-generate-key-with-leading-zeroes-in-exponent.html (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/subtle/rsassa-pkcs1-v1_5-generate-key-with-leading-zeroes-in-exponent.html        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/subtle/rsassa-pkcs1-v1_5-generate-key-with-leading-zeroes-in-exponent.html        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -23,7 +23,7 @@
</span><span class="cx"> var extractable = true;
</span><span class="cx"> 
</span><span class="cx"> debug(&quot;Generating a key pair...&quot;);
</span><del>-crypto.webkitSubtle.generateKey(algorithmKeyGen, extractable, [&quot;sign&quot;, &quot;verify&quot;]).then(function(result) {
</del><ins>+crypto.subtle.generateKey(algorithmKeyGen, extractable, [&quot;sign&quot;, &quot;verify&quot;]).then(function(result) {
</ins><span class="cx">     keyPair = result;
</span><span class="cx">     shouldBe(&quot;keyPair.toString()&quot;, &quot;'[object Object]'&quot;);
</span><span class="cx">     shouldBe(&quot;keyPair.publicKey.type&quot;, &quot;'public'&quot;);
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtleaescbc192encryptdecryptexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-192-encrypt-decrypt-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-192-encrypt-decrypt-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-192-encrypt-decrypt-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 22: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test AES-CBC encrypt and decrypt functions with a 256 bit key.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtleaescbc256encryptdecryptexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-256-encrypt-decrypt-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-256-encrypt-decrypt-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-256-encrypt-decrypt-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 22: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test AES-CBC encrypt and decrypt functions with a 256 bit key.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtleaescbcencryptdecryptexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-encrypt-decrypt-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-encrypt-decrypt-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-encrypt-decrypt-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 22: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test AES-CBC encrypt and decrypt functions.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtleaescbcencryptdecryptwithpaddingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-encrypt-decrypt-with-padding-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-encrypt-decrypt-with-padding-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-encrypt-decrypt-with-padding-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 22: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test AES-CBC encrypt and decrypt functions on a plaintext that is not a multiple of block size in length.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtleaescbcgeneratekeyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-generate-key-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-generate-key-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-generate-key-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 616: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test generating an AES key using AES-CBC algorithm.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtleaescbcimportjwkexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-import-jwk-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-import-jwk-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-import-jwk-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 32: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test importing a JWK key for AES-CBC.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtleaescbcinvalidlengthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-invalid-length-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-invalid-length-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-invalid-length-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 22: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test an unsupported AES key length.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtleaescbcunwrapfailureexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-unwrap-failure-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-unwrap-failure-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-unwrap-failure-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 23: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test unwrapping an RSA key with AES-CBC.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtleaescbcunwraprsaexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-unwrap-rsa-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-unwrap-rsa-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-unwrap-rsa-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 32: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test unwrapping an RSA key with AES-CBC.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtleaescbcwraprsaexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-wrap-rsa-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-wrap-rsa-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-wrap-rsa-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 32: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test wrapping an RSA key with AES-CBC.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtleaescbcwraprsanonextractableexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-wrap-rsa-non-extractable-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-wrap-rsa-non-extractable-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-wrap-rsa-non-extractable-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 32: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test wrapping an RSA key with AES-CBC.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtleaescbcwrongkeyclassexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-wrong-key-class-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-wrong-key-class-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/aes-cbc-wrong-key-class-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 22: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test calling AES-CBC encrypt with a HMAC key.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtleaesexportkeyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/aes-export-key-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/aes-export-key-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/aes-export-key-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 616: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test exporting an AES key.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtleaeskwkeymanipulationexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/aes-kw-key-manipulation-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/aes-kw-key-manipulation-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/aes-kw-key-manipulation-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 19: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test generating, importing and exporting keys for AES-KW. Test that they can't be used with another algorithm.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtleaeskwwrapunwrapaesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/aes-kw-wrap-unwrap-aes-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/aes-kw-wrap-unwrap-aes-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/aes-kw-wrap-unwrap-aes-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 21: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test wrapping and unwrapping keys with AES-KW.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtleaespostMessageexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/aes-postMessage-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/aes-postMessage-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/aes-postMessage-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 26: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test sending crypto keys via postMessage.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtleargumentconversionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/argument-conversion-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/argument-conversion-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/argument-conversion-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 1: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test crypto.webkitSubtle argument conversion
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtlearraybufferviewoffsetexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/array-buffer-view-offset-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/array-buffer-view-offset-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/array-buffer-view-offset-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 1: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test that an ArrayBufferView with offset is processed correctly.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtlegc2expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/gc-2-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/gc-2-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/gc-2-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 19: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test that window.crypto.webkitSubtle wrapper preserves custom properties.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtlegcexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/gc-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/gc-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/gc-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 15: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test that window.crypto.webkitSubtle wrapper preserves custom properties.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtlehmaccheckalgorithmexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/hmac-check-algorithm-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/hmac-check-algorithm-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/hmac-check-algorithm-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 20: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test that HMAC operations only work when hash functions match between invocation and key.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtlehmacexportkeyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/hmac-export-key-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/hmac-export-key-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/hmac-export-key-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 27: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test exporting an AES key.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtlehmacgeneratekeyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/hmac-generate-key-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/hmac-generate-key-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/hmac-generate-key-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 616: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test generating a HMAC key.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtlehmacimportjwkexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/hmac-import-jwk-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/hmac-import-jwk-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/hmac-import-jwk-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 29: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test importing a JWK key for HMAC.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtlehmacpostMessageexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/hmac-postMessage-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/hmac-postMessage-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/hmac-postMessage-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 26: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test sending crypto keys via postMessage.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtlehmacsignverifyemptykeyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/hmac-sign-verify-empty-key-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/hmac-sign-verify-empty-key-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/hmac-sign-verify-empty-key-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 20: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test HMAC sign and verify functions with an empty key.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtlehmacsignverifyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/hmac-sign-verify-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/hmac-sign-verify-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/hmac-sign-verify-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 20: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test HMAC sign and verify functions.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtleimportjwkexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/import-jwk-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/import-jwk-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/import-jwk-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 616: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test error handling for JWK import.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtlejwkexportusevaluesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/jwk-export-use-values-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/jwk-export-use-values-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/jwk-export-use-values-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 48: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test exporting keys with various usages to JWK.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtlejwkimportusevaluesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/jwk-import-use-values-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/jwk-import-use-values-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/jwk-import-use-values-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 1: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test importing keys with various uses from JWK.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtlersaexportgeneratedkeysexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/rsa-export-generated-keys-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/rsa-export-generated-keys-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/rsa-export-generated-keys-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 26: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test exporting a generated RSA keypair with hash.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtlersaexportkeyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/rsa-export-key-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/rsa-export-key-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/rsa-export-key-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 29: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test exporting an RSA key.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtlersaexportprivatekeyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/rsa-export-private-key-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/rsa-export-private-key-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/rsa-export-private-key-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 36: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test exporting a private RSA key.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtlersaindexeddbexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/rsa-indexeddb-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/rsa-indexeddb-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/rsa-indexeddb-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 18: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test storing a private RSA key in IndexedDB, and retrieving it.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtlersaindexeddbnonexportableexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/rsa-indexeddb-non-exportable-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/rsa-indexeddb-non-exportable-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/rsa-indexeddb-non-exportable-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 18: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test storing a private RSA key in IndexedDB, and retrieving it.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtlersaindexeddbnonexportableprivateexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/rsa-indexeddb-non-exportable-private-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/rsa-indexeddb-non-exportable-private-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/rsa-indexeddb-non-exportable-private-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 18: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test storing a private RSA key in IndexedDB, and retrieving it.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtlersaindexeddbprivateexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/rsa-indexeddb-private-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/rsa-indexeddb-private-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/rsa-indexeddb-private-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 18: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test storing a private RSA key in IndexedDB, and retrieving it.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtlersaoaepgeneratenonextractablekeyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/rsa-oaep-generate-non-extractable-key-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/rsa-oaep-generate-non-extractable-key-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/rsa-oaep-generate-non-extractable-key-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 25: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test that even when non-extractability is requested, the public key is still extractable.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtlersaoaepkeymanipulationexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/rsa-oaep-key-manipulation-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/rsa-oaep-key-manipulation-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/rsa-oaep-key-manipulation-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 25: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test generating, importing and exporting RSA keys for RSA-OAEP. Test that they can't be used with another algorithm.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtlersaoaepplaintextlengthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/rsa-oaep-plaintext-length-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/rsa-oaep-plaintext-length-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/rsa-oaep-plaintext-length-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 40: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test what happens when trying to encrypt a too large plain text with RSA-OAEP.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtlersaoaepwrapunwrapaesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/rsa-oaep-wrap-unwrap-aes-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/rsa-oaep-wrap-unwrap-aes-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/rsa-oaep-wrap-unwrap-aes-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 40: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test wrapping and unwrapping AES keys with RSA-OAEP.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtlersapostMessageexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/rsa-postMessage-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/rsa-postMessage-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/rsa-postMessage-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 60: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test sending crypto keys via postMessage.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtlersaespkcs1v1_5decryptexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/rsaes-pkcs1-v1_5-decrypt-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/rsaes-pkcs1-v1_5-decrypt-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/rsaes-pkcs1-v1_5-decrypt-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 33: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test decrypting a known message with RSAES-PKCS1-v1_5.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtlersaespkcs1v1_5wrapunwrapaesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/rsaes-pkcs1-v1_5-wrap-unwrap-aes-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/rsaes-pkcs1-v1_5-wrap-unwrap-aes-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/rsaes-pkcs1-v1_5-wrap-unwrap-aes-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 40: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test wrapping and unwrapping an AES key with RSAES-PKCS1-v1_5.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtlersassapkcs1v1_5generatekeyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/rsassa-pkcs1-v1_5-generate-key-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/rsassa-pkcs1-v1_5-generate-key-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/rsassa-pkcs1-v1_5-generate-key-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 25: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test generating an RSA key pair for RSASSA-PKCS1-v1_5.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtlersassapkcs1v1_5generatekeywithleadingzeroesinexponentexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/rsassa-pkcs1-v1_5-generate-key-with-leading-zeroes-in-exponent-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/rsassa-pkcs1-v1_5-generate-key-with-leading-zeroes-in-exponent-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/rsassa-pkcs1-v1_5-generate-key-with-leading-zeroes-in-exponent-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 25: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test generating an RSA key pair for RSASSA-PKCS1-v1_5 when exponent has leading zeroes.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtlersassapkcs1v1_5importjwkexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/rsassa-pkcs1-v1_5-import-jwk-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/rsassa-pkcs1-v1_5-import-jwk-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/rsassa-pkcs1-v1_5-import-jwk-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 39: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test importing an RSA key for RSASSA-PKCS1-v1_5.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtlersassapkcs1v1_5importjwksmallkeyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/rsassa-pkcs1-v1_5-import-jwk-small-key-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/rsassa-pkcs1-v1_5-import-jwk-small-key-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/rsassa-pkcs1-v1_5-import-jwk-small-key-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 616: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> A key of size 2048 bits or larger MUST be used with RS256, RS384, RS512 JWK algorithms.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtlersassapkcs1v1_5signverifyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/rsassa-pkcs1-v1_5-sign-verify-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/rsassa-pkcs1-v1_5-sign-verify-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/rsassa-pkcs1-v1_5-sign-verify-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 41: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test importing an RSA key for RSASSA-PKCS1-v1_5.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtlesha1expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/sha-1-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/sha-1-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/sha-1-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 1: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test crypto.webkitSubtle.digest.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtlesha224expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/sha-224-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/sha-224-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/sha-224-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 1: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test crypto.webkitSubtle.digest.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtlesha256expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/sha-256-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/sha-256-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/sha-256-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 1: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test crypto.webkitSubtle.digest.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtlesha384expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/sha-384-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/sha-384-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/sha-384-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 1: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test crypto.webkitSubtle.digest.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtlesha512expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/sha-512-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/sha-512-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/sha-512-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 1: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Test crypto.webkitSubtle.digest.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtleunimplementedunwrapcrashexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/unimplemented-unwrap-crash-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/unimplemented-unwrap-crash-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/unimplemented-unwrap-crash-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 17: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Make sure that unwrap does not cause a crash.
</span><span class="cx"> 
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtleunwrapKeycheckusageexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/unwrapKey-check-usage-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/unwrapKey-check-usage-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/unwrapKey-check-usage-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 40: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> CONSOLE MESSAGE: line 1: Key usages do not include 'unwrapKey'
</span><span class="cx"> Verify that usage is respected in unwrapKey operation.
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestscryptowebkitSubtlewrapKeycheckusageexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/crypto/webkitSubtle/wrapKey-check-usage-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/crypto/webkitSubtle/wrapKey-check-usage-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/crypto/webkitSubtle/wrapKey-check-usage-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+CONSOLE MESSAGE: line 28: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> CONSOLE MESSAGE: line 1: Key usages do not include 'wrapKey'
</span><span class="cx"> Verify that usage is respected in wrapKey operation.
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomWindowpropertyaccessoncachedwindowafterframeremovedexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1 +1,2 @@
</span><ins>+CONSOLE MESSAGE: line 107: WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.
</ins><span class="cx"> Pass. WebKit didn't crash.
</span></span></pre></div>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/Source/WebCore/ChangeLog        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -1,3 +1,16 @@
</span><ins>+2017-02-13  Jiewen Tan  &lt;jiewen_tan@apple.com&gt;
+
+        [WebCrypto] WebInspector should indicate webkitSubtle is deprecated
+        https://bugs.webkit.org/show_bug.cgi?id=165913
+        &lt;rdar://problem/30477222&gt;
+
+        Reviewed by Joseph Pecoraro.
+
+        Covered by existing tests.
+
+        * page/Crypto.cpp:
+        (WebCore::Crypto::webkitSubtle):
+
</ins><span class="cx"> 2017-02-13  Simon Fraser  &lt;simon.fraser@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Call WKDestroyRenderingResources() on iOS when tabs are backgrounded
</span></span></pre></div>
<a id="trunkSourceWebCorepageCryptocpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/Crypto.cpp (212260 => 212261)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/Crypto.cpp        2017-02-14 00:47:41 UTC (rev 212260)
+++ trunk/Source/WebCore/page/Crypto.cpp        2017-02-14 01:07:03 UTC (rev 212261)
</span><span class="lines">@@ -74,8 +74,10 @@
</span><span class="cx">     if (!isMainThread())
</span><span class="cx">         return Exception { NOT_SUPPORTED_ERR };
</span><span class="cx"> 
</span><del>-    if (!m_webkitSubtle)
</del><ins>+    if (!m_webkitSubtle) {
</ins><span class="cx">         m_webkitSubtle = WebKitSubtleCrypto::create(*downcast&lt;Document&gt;(scriptExecutionContext()));
</span><ins>+        scriptExecutionContext()-&gt;addConsoleMessage(MessageSource::Other, MessageLevel::Warning, ASCIILiteral(&quot;WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.&quot;));
+    }
</ins><span class="cx"> 
</span><span class="cx">     return *m_webkitSubtle;
</span><span class="cx"> }
</span></span></pre>
</div>
</div>

</body>
</html>