Index: Source/modules/push_messaging/PushError.h |
diff --git a/Source/modules/push_messaging/PushError.h b/Source/modules/push_messaging/PushError.h |
index 1097422d96117938086029cce10ec733563e7149..78aed14cf3dc0c6b5f6f88320b6d6e3bc12efb9d 100644 |
--- a/Source/modules/push_messaging/PushError.h |
+++ b/Source/modules/push_messaging/PushError.h |
@@ -17,7 +17,7 @@ class PushError { |
WTF_MAKE_NONCOPYABLE(PushError); |
public: |
// For CallbackPromiseAdapter. |
- typedef blink::WebPushError WebType; |
+ typedef WebPushError WebType; |
static PassRefPtrWillBeRawPtr<DOMException> take(ScriptPromiseResolver*, WebType* webErrorRaw); |
static void dispose(WebType* webErrorRaw); |