| Index: content/renderer/webcrypto/webcrypto_impl.h
|
| diff --git a/content/renderer/webcrypto/webcrypto_impl.h b/content/renderer/webcrypto/webcrypto_impl.h
|
| index c1c559292c8f43c6f830e6443a42b9c2db6b79af..87c611a4309f8f54a15a5c7668a4571394fdbfce 100644
|
| --- a/content/renderer/webcrypto/webcrypto_impl.h
|
| +++ b/content/renderer/webcrypto/webcrypto_impl.h
|
| @@ -63,7 +63,6 @@ class CONTENT_EXPORT WebCryptoImpl
|
| WebKit::WebCryptoResult result);
|
|
|
| static void ShrinkBuffer(WebKit::WebArrayBuffer* buffer, unsigned new_size);
|
| - static WebKit::WebCryptoKey NullKey();
|
|
|
| protected:
|
| friend class WebCryptoImplTest;
|
|
|