Index: content/shell/browser/shell_devtools_frontend.cc |
diff --git a/content/shell/browser/shell_devtools_frontend.cc b/content/shell/browser/shell_devtools_frontend.cc |
index 3acbab150210140dd8e8fc9be17e6c1a2f28a0aa..f0b2fe627195542aa3f38955aea4fe2000092678 100644 |
--- a/content/shell/browser/shell_devtools_frontend.cc |
+++ b/content/shell/browser/shell_devtools_frontend.cc |
@@ -293,7 +293,7 @@ void ShellDevToolsFrontend::OnURLFetchComplete(const net::URLFetcher* source) { |
response.SetInteger("statusCode", rh ? rh->response_code() : 200); |
response.Set("headers", headers); |
- void* iterator = NULL; |
+ size_t iterator = 0; |
std::string name; |
std::string value; |
while (rh && rh->EnumerateHeaderLines(&iterator, &name, &value)) |