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

Unified Diff: chrome/nacl/nacl_listener.cc

Issue 16107003: Fix compilation error of nacl_listener.cc on VS2012 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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: chrome/nacl/nacl_listener.cc
diff --git a/chrome/nacl/nacl_listener.cc b/chrome/nacl/nacl_listener.cc
index d70ecd1ff8a6c2e2193791c2f2361c28f537b8b0..e7714963f33854518d8585b37ecc4cbb3ab546cd 100644
--- a/chrome/nacl/nacl_listener.cc
+++ b/chrome/nacl/nacl_listener.cc
@@ -138,7 +138,7 @@ class BrowserValidationDBProxy : public NaClValidationDB {
if (file_token->lo == 0 && file_token->hi == 0) {
return false;
}
- IPC::PlatformFileForTransit ipc_fd;
+ IPC::PlatformFileForTransit ipc_fd = IPC::InvalidPlatformFileForTransit();
base::FilePath ipc_path;
if (!listener_->Send(new NaClProcessMsg_ResolveFileToken(file_token->lo,
file_token->hi,
« 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