| Index: Source/modules/serviceworkers/CacheStorage.cpp
|
| diff --git a/Source/modules/serviceworkers/CacheStorage.cpp b/Source/modules/serviceworkers/CacheStorage.cpp
|
| index 7d17f5ee2f1d3c127123439069b19ff214cadbbe..466b54dde746da29e288d092611f85302562e2ba 100644
|
| --- a/Source/modules/serviceworkers/CacheStorage.cpp
|
| +++ b/Source/modules/serviceworkers/CacheStorage.cpp
|
| @@ -177,7 +177,6 @@ ScriptPromise CacheStorage::keys(ScriptState* scriptState)
|
| CacheStorage::CacheStorage(WebServiceWorkerCacheStorage* webCacheStorage)
|
| : m_webCacheStorage(webCacheStorage)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| } // namespace blink
|
|
|