Index: Source/modules/serviceworkers/Cache.cpp |
diff --git a/Source/modules/serviceworkers/Cache.cpp b/Source/modules/serviceworkers/Cache.cpp |
index d043155378b970caa6d43af8214d2b4835acdda2..b6609c63677ce3d83f96eba24a7965c4db9e2c76 100644 |
--- a/Source/modules/serviceworkers/Cache.cpp |
+++ b/Source/modules/serviceworkers/Cache.cpp |
@@ -115,7 +115,6 @@ PassRefPtrWillBeRawPtr<DOMException> Cache::domExceptionForCacheError(WebService |
Cache::Cache(WebServiceWorkerCache* webCache) : m_webCache(webCache) |
{ |
- ScriptWrappable::init(this); |
} |
} // namespace blink |