| Index: Source/modules/serviceworkers/ServiceWorkerError.h
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerError.h b/Source/modules/serviceworkers/ServiceWorkerError.h
|
| index 1c29ea5e6db1d1b5459ab751ed7441e10195238b..276eb1348817cfa2b069e2aa4b2f3d61d10b7781 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerError.h
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerError.h
|
| @@ -40,7 +40,7 @@ namespace WebCore {
|
| class ServiceWorkerError {
|
| public:
|
| // For CallbackPromiseAdapter
|
| - typedef WebKit::WebServiceWorkerError WebType;
|
| + typedef blink::WebServiceWorkerError WebType;
|
| static PassRefPtr<DOMError> from(WebType* webErrorRaw)
|
| {
|
| OwnPtr<WebType> webError = adoptPtr(webErrorRaw);
|
| @@ -49,7 +49,7 @@ public:
|
| }
|
|
|
| private:
|
| - static String errorString(WebKit::WebServiceWorkerError::ErrorType);
|
| + static String errorString(blink::WebServiceWorkerError::ErrorType);
|
| WTF_MAKE_NONCOPYABLE(ServiceWorkerError);
|
| ServiceWorkerError() WTF_DELETED_FUNCTION;
|
| };
|
|
|