Index: content/child/web_url_loader_impl.cc |
diff --git a/content/child/web_url_loader_impl.cc b/content/child/web_url_loader_impl.cc |
index 37401606d423bc923b6dd83dbf52f580753d3959..a89ef4066dabc0f23f3f6c83073cfd944bfed948 100644 |
--- a/content/child/web_url_loader_impl.cc |
+++ b/content/child/web_url_loader_impl.cc |
@@ -1001,7 +1001,7 @@ void WebURLLoaderImpl::PopulateURLResponse(const GURL& url, |
response->setLastModifiedDate(time_val.ToDoubleT()); |
// Build up the header map. |
- void* iter = NULL; |
+ size_t iter = 0; |
std::string name; |
while (headers->EnumerateHeaderLines(&iter, &name, &value)) { |
response->addHTTPHeaderField(WebString::fromLatin1(name), |