| Index: webkit/appcache/view_appcache_internals_job.cc
|
| diff --git a/webkit/appcache/view_appcache_internals_job.cc b/webkit/appcache/view_appcache_internals_job.cc
|
| index 4893fe7e81dfcf37d773106abb6c2d89a23557b5..c8449a7eba78d8a9e08f9a3400a5d5cf1fac4fc4 100644
|
| --- a/webkit/appcache/view_appcache_internals_job.cc
|
| +++ b/webkit/appcache/view_appcache_internals_job.cc
|
| @@ -328,7 +328,7 @@ class MainPageJob : public BaseInternalsJob {
|
| net::NetworkDelegate* network_delegate,
|
| AppCacheService* service)
|
| : BaseInternalsJob(request, network_delegate, service),
|
| - ALLOW_THIS_IN_INITIALIZER_LIST(weak_factory_(this)) {
|
| + weak_factory_(this) {
|
| }
|
|
|
| virtual void Start() OVERRIDE {
|
| @@ -421,7 +421,7 @@ class RemoveAppCacheJob : public RedirectToMainPageJob {
|
| const GURL& manifest_url)
|
| : RedirectToMainPageJob(request, network_delegate, service),
|
| manifest_url_(manifest_url),
|
| - ALLOW_THIS_IN_INITIALIZER_LIST(weak_factory_(this)) {
|
| + weak_factory_(this) {
|
| }
|
|
|
| virtual void Start() OVERRIDE {
|
|
|