summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_backend_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/appcache/appcache_backend_impl.cc')
-rw-r--r--webkit/appcache/appcache_backend_impl.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/webkit/appcache/appcache_backend_impl.cc b/webkit/appcache/appcache_backend_impl.cc
index e077a33..a9349fa 100644
--- a/webkit/appcache/appcache_backend_impl.cc
+++ b/webkit/appcache/appcache_backend_impl.cc
@@ -12,6 +12,12 @@
namespace appcache {
+AppCacheBackendImpl::AppCacheBackendImpl()
+ : service_(NULL),
+ frontend_(NULL),
+ process_id_(0) {
+}
+
AppCacheBackendImpl::~AppCacheBackendImpl() {
STLDeleteValues(&hosts_);
if (service_)