| Index: Source/modules/serviceworkers/ServiceWorkerError.cpp
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerError.cpp b/Source/modules/serviceworkers/ServiceWorkerError.cpp
|
| index 60a80df46d893ac01e2d6a96a68e8b6822d5e4d7..0b0178a9c6d8b15788ef8dfdd884621bbd22bc8f 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerError.cpp
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerError.cpp
|
| @@ -37,7 +37,7 @@ using blink::WebServiceWorkerError;
|
| namespace WebCore {
|
|
|
| // static
|
| -PassRefPtr<DOMException> ServiceWorkerError::from(ScriptPromiseResolverWithContext*, WebType* webErrorRaw)
|
| +PassRefPtrWillBeRawPtr<DOMException> ServiceWorkerError::from(ScriptPromiseResolverWithContext*, WebType* webErrorRaw)
|
| {
|
| OwnPtr<WebType> webError = adoptPtr(webErrorRaw);
|
| switch (webError->errorType) {
|
|
|