| Index: content/child/blink_platform_impl.cc
|
| diff --git a/content/child/blink_platform_impl.cc b/content/child/blink_platform_impl.cc
|
| index e4d681b00488b41634340972c68ab0345421cddc..629b90edfb6b89934d3e7c83420014409c718a5c 100644
|
| --- a/content/child/blink_platform_impl.cc
|
| +++ b/content/child/blink_platform_impl.cc
|
| @@ -933,6 +933,7 @@ void BlinkPlatformImpl::didStopWorkerThread(blink::WebThread* thread) {
|
| }
|
|
|
| blink::WebCrypto* BlinkPlatformImpl::crypto() {
|
| + WebCryptoImpl::EnsureInit();
|
| return &web_crypto_;
|
| }
|
|
|
|
|