Index: content/child/threaded_data_provider.cc |
diff --git a/content/child/threaded_data_provider.cc b/content/child/threaded_data_provider.cc |
index ccfe8918cc4037161e020bd3f7fc1b1a1e03d3cd..5d93a19c1b9e561807fbd7ebdb3f001be77e399e 100644 |
--- a/content/child/threaded_data_provider.cc |
+++ b/content/child/threaded_data_provider.cc |
@@ -87,7 +87,7 @@ |
int request_id; |
PickleIterator iter(message); |
- if (!iter.ReadInt(&request_id)) { |
+ if (!message.ReadInt(&iter, &request_id)) { |
NOTREACHED() << "malformed resource message"; |
return true; |
} |