Index: Source/modules/serviceworkers/ServiceWorkerError.h |
diff --git a/Source/modules/serviceworkers/ServiceWorkerError.h b/Source/modules/serviceworkers/ServiceWorkerError.h |
index d5cfc7d246b3a413e5befafff990590023b440aa..b30491dbfcccb0d90d0287b8db87eb2c811c6770 100644 |
--- a/Source/modules/serviceworkers/ServiceWorkerError.h |
+++ b/Source/modules/serviceworkers/ServiceWorkerError.h |
@@ -44,7 +44,7 @@ class ServiceWorkerError { |
public: |
// For CallbackPromiseAdapter |
typedef blink::WebServiceWorkerError WebType; |
- static PassRefPtr<DOMException> from(ScriptPromiseResolverWithContext*, WebType* webErrorRaw); |
+ static PassRefPtrWillBeRawPtr<DOMException> from(ScriptPromiseResolverWithContext*, WebType* webErrorRaw); |
private: |
WTF_MAKE_NONCOPYABLE(ServiceWorkerError); |