[M108 Aura Migration][NaCl][PPFwk] Add error logs + SVACE/DLOG/Static analysis fix
[platform/framework/web/chromium-efl.git] / ppapi / proxy / serialized_handle.h
index 699d0bf..cde894a 100644 (file)
@@ -38,7 +38,7 @@ class PPAPI_PROXY_EXPORT SerializedHandle {
   // Header contains the fields that we send in IPC messages, apart from the
   // actual handle. See comments on the SerializedHandle fields below.
   struct Header {
-    Header() : type(INVALID), size(0), open_flags(0) {}
+    Header() : type(INVALID), size(0), open_flags(0), file_io(0) {}
     Header(Type type_arg,
            int32_t open_flags_arg,
            PP_Resource file_io_arg)