Index: ppapi/native_client/src/untrusted/pnacl_irt_shim/shim_ppapi.c |
diff --git a/ppapi/native_client/src/untrusted/pnacl_irt_shim/shim_ppapi.c b/ppapi/native_client/src/untrusted/pnacl_irt_shim/shim_ppapi.c |
index 70f17b244caaa98305231e6da9733c1b95d1b409..2fde01522c23516ebb88bf16d20aba800bc3ab4e 100644 |
--- a/ppapi/native_client/src/untrusted/pnacl_irt_shim/shim_ppapi.c |
+++ b/ppapi/native_client/src/untrusted/pnacl_irt_shim/shim_ppapi.c |
@@ -90,7 +90,7 @@ static int is_irt_interface_whitelisted(const char *interface_name) { |
return 0; |
} |
-TYPE_nacl_irt_query __pnacl_real_irt_interface; |
+TYPE_nacl_irt_query __pnacl_real_irt_interface = 0; |
Mark Seaborn
2014/01/07 22:22:59
BTW, this should be NULL rather than 0.
jvoung (off chromium)
2014/01/07 23:59:00
Done.
|
/* |
* These remember the interface pointers the user registers by calling the |