Index: components/nacl/common/pnacl_types.cc |
diff --git a/components/nacl/common/pnacl_types.cc b/components/nacl/common/pnacl_types.cc |
index 6c43319c6b29dce724387bf58fbb2109b1f5c058..75384b6faed8bf60b3aa38d2d172b6d00a860402 100644 |
--- a/components/nacl/common/pnacl_types.cc |
+++ b/components/nacl/common/pnacl_types.cc |
@@ -6,7 +6,8 @@ |
namespace nacl { |
-PnaclCacheInfo::PnaclCacheInfo() {} |
+PnaclCacheInfo::PnaclCacheInfo() |
+ : abi_version(0), opt_level(0), has_no_store_header(0) {} |
PnaclCacheInfo::~PnaclCacheInfo() {} |
// static |