Index: public/platform/WebCrypto.h |
diff --git a/public/platform/WebCrypto.h b/public/platform/WebCrypto.h |
index 2f707906b75530f7b579cc0470c2683ecc37fdd6..e0b8174297d704a25e4e3edb665c79ac8db5000b 100644 |
--- a/public/platform/WebCrypto.h |
+++ b/public/platform/WebCrypto.h |
@@ -216,7 +216,7 @@ public: |
// if it fails to create a WebCryptoDigestor. If it succeeds, the |
// WebCryptoDigestor returned by createDigestor must be freed by the |
// caller. |
- virtual WebCryptoDigestor* createDigestor(WebCryptoAlgorithmId algorithmId) { return 0; } |
+ virtual WebCryptoDigestor* createDigestor(WebCryptoAlgorithmId algorithmId) { return nullptr; } |
// ----------------------- |
// Structured clone |