Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / crypto / Crypto.cpp
index 7d279ef..a5d4086 100644 (file)
@@ -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) {