| Index: Source/modules/cachestorage/CacheStorageError.cpp
|
| diff --git a/Source/modules/cachestorage/CacheStorageError.cpp b/Source/modules/cachestorage/CacheStorageError.cpp
|
| index 2d3ba8a5ac448f80288b1cb481c2f7be7fa07e03..a0a581b9a3729fbe589f50cd630ada8bdd186adb 100644
|
| --- a/Source/modules/cachestorage/CacheStorageError.cpp
|
| +++ b/Source/modules/cachestorage/CacheStorageError.cpp
|
| @@ -12,12 +12,12 @@
|
|
|
| namespace blink {
|
|
|
| -DOMException* CacheStorageError::take(ScriptPromiseResolver*, PassOwnPtr<WebType> webError)
|
| +DOMException* CacheStorageError::take(ScriptPromiseResolver*, PassOwnPtr<WebServiceWorkerCacheError> webError)
|
| {
|
| return CacheStorageError::createException(*webError);
|
| }
|
|
|
| -DOMException* CacheStorageError::createException(WebType webError)
|
| +DOMException* CacheStorageError::createException(WebServiceWorkerCacheError webError)
|
| {
|
| switch (webError) {
|
| case WebServiceWorkerCacheErrorNotImplemented:
|
|
|