diff options
Diffstat (limited to 'webkit/appcache/appcache_backend_impl.cc')
-rw-r--r-- | webkit/appcache/appcache_backend_impl.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/webkit/appcache/appcache_backend_impl.cc b/webkit/appcache/appcache_backend_impl.cc index 8ada332..cbe557b 100644 --- a/webkit/appcache/appcache_backend_impl.cc +++ b/webkit/appcache/appcache_backend_impl.cc @@ -59,8 +59,7 @@ bool AppCacheBackendImpl::SetSpawningHostId( AppCacheHost* host = GetHost(host_id); if (!host) return false; - // TODO(michaeln): Write me, see the bug for details. - // http://code.google.com/p/chromium/issues/detail?id=68479 + host->SetSpawningHostId(process_id_, spawning_host_id); return true; } |