| Index: public/web/WebNotification.h
|
| diff --git a/public/web/WebNotification.h b/public/web/WebNotification.h
|
| index 3306c1b892d6b91b6be3fb31623afb71c37022c1..1b9587a7cd2d1b82748bcca62563b267895f5a26 100644
|
| --- a/public/web/WebNotification.h
|
| +++ b/public/web/WebNotification.h
|
| @@ -93,8 +93,8 @@ public:
|
| void dispatchDisplayEvent() { dispatchShowEvent(); }
|
|
|
| #if BLINK_IMPLEMENTATION
|
| - WebNotification(const WTF::RawPtr<WebCore::Notification>&);
|
| - WebNotification& operator=(const WTF::RawPtr<WebCore::Notification>&);
|
| + WebNotification(WebCore::Notification*);
|
| + WebNotification& operator=(WebCore::Notification*);
|
| #endif
|
|
|
| private:
|
|
|