| Index: Source/modules/cachestorage/CacheStorage.cpp
|
| diff --git a/Source/modules/cachestorage/CacheStorage.cpp b/Source/modules/cachestorage/CacheStorage.cpp
|
| index 93d141005ba27945ea8ed4b84080f50f1bcfce38..2be153c0f3f254c930e4443a6fc8c9d7d8cba514 100644
|
| --- a/Source/modules/cachestorage/CacheStorage.cpp
|
| +++ b/Source/modules/cachestorage/CacheStorage.cpp
|
| @@ -18,7 +18,7 @@ namespace blink {
|
|
|
| namespace {
|
|
|
| -PassRefPtrWillBeRawPtr<DOMException> createNoImplementationException()
|
| +DOMException* createNoImplementationException()
|
| {
|
| return DOMException::create(NotSupportedError, "No CacheStorage implementation provided.");
|
| }
|
|
|