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

Unified Diff: webkit/fileapi/obfuscated_file_util.cc

Issue 10833006: Coverity: Initialize member variables. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | « webkit/dom_storage/dom_storage_session.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/obfuscated_file_util.cc
diff --git a/webkit/fileapi/obfuscated_file_util.cc b/webkit/fileapi/obfuscated_file_util.cc
index c6cd19afe4d1261edec92e7e1d46737f04fa63e2..ac11d2e5fe91e1cd7cbc28e91a0908850af37b33 100644
--- a/webkit/fileapi/obfuscated_file_util.cc
+++ b/webkit/fileapi/obfuscated_file_util.cc
@@ -126,7 +126,8 @@ class ObfuscatedFileEnumerator
obfuscated_file_util_(obfuscated_file_util),
origin_(root_url.origin()),
type_(root_url.type()),
- recursive_(recursive) {
+ recursive_(recursive),
+ current_file_id_(0) {
FilePath root_virtual_path = root_url.path();
FileId file_id;
« no previous file with comments | « webkit/dom_storage/dom_storage_session.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698