X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fmodules%2Fcrypto%2FCrypto.cpp;h=a5d40861a0ace80ebdb4a9703513b7b43c3f19da;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=7d279ef78dd099fb51315f568534c6d92ef5149c;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/modules/crypto/Crypto.cpp b/src/third_party/WebKit/Source/modules/crypto/Crypto.cpp index 7d279ef..a5d4086 100644 --- a/src/third_party/WebKit/Source/modules/crypto/Crypto.cpp +++ b/src/third_party/WebKit/Source/modules/crypto/Crypto.cpp @@ -58,7 +58,6 @@ Crypto::Crypto() ScriptWrappable::init(this); } -// Note: This implementation must be thread-safe, as it is used by workers. void Crypto::getRandomValues(ArrayBufferView* array, ExceptionState& exceptionState) { if (!array) {