Chromium Code Reviews| Index: webkit/quota/quota_manager.h |
| diff --git a/webkit/quota/quota_manager.h b/webkit/quota/quota_manager.h |
| index 16c05886eac453c9d0e3fc1a76e82c19fec14769..b747c2393b786c6f8e1804c5a3dcd70424d10aa2 100644 |
| --- a/webkit/quota/quota_manager.h |
| +++ b/webkit/quota/quota_manager.h |
| @@ -150,7 +150,7 @@ class QuotaManager : public QuotaTaskObserver, |
| }; |
| struct QuotaManagerDeleter { |
| - static void Destruct(const QuotaManager* manager) { |
| + static void Destruct(const QuotaManager* manager) { |
|
michaeln
2011/05/13 01:04:24
looks like a stray edit
tzik (google)
2011/05/13 06:10:36
Done.
|
| manager->DeleteOnCorrectThread(); |
| } |
| }; |