Index: ppapi/nacl_irt/ppapi_dispatcher.cc |
diff --git a/ppapi/nacl_irt/ppapi_dispatcher.cc b/ppapi/nacl_irt/ppapi_dispatcher.cc |
index a7c4c135604cb85b6fbd94df34b590d510718981..0600fc19a27181d2df199f5f488786938ddb2381 100644 |
--- a/ppapi/nacl_irt/ppapi_dispatcher.cc |
+++ b/ppapi/nacl_irt/ppapi_dispatcher.cc |
@@ -213,7 +213,7 @@ |
// The first parameter should be a plugin dispatcher ID. |
PickleIterator iter(msg); |
uint32 id = 0; |
- if (!iter.ReadUInt32(&id)) { |
+ if (!msg.ReadUInt32(&iter, &id)) { |
NOTREACHED(); |
return; |
} |