Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(760)

Unified Diff: webkit/glue/image_resource_fetcher.h

Issue 149295: Don't forget to free the callbacks! (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webkit/glue/image_resource_fetcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/image_resource_fetcher.h
===================================================================
--- webkit/glue/image_resource_fetcher.h (revision 20031)
+++ webkit/glue/image_resource_fetcher.h (working copy)
@@ -39,7 +39,7 @@
void OnURLFetchComplete(const WebKit::WebURLResponse& response,
const std::string& data);
- Callback* callback_;
+ scoped_ptr<Callback> callback_;
// Unique identifier for the request.
const int id_;
« no previous file with comments | « no previous file | webkit/glue/image_resource_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698