Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1535)

Unified Diff: ios/web/web_state/credential.cc

Issue 1149103002: Initialize primitive member of web::Credential. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/web_state/credential.cc
diff --git a/ios/web/web_state/credential.cc b/ios/web/web_state/credential.cc
index f7c08cc09732991d5c20b63e2cfc15056536d9d3..8215fe3abc14de4ade7ed196e31618bec694978e 100644
--- a/ios/web/web_state/credential.cc
+++ b/ios/web/web_state/credential.cc
@@ -6,7 +6,8 @@
namespace web {
-Credential::Credential() = default;
+Credential::Credential() : type(CREDENTIAL_TYPE_EMPTY) {
+}
Credential::~Credential() = default;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698