Index: public/web/WebNotification.h |
diff --git a/public/web/WebNotification.h b/public/web/WebNotification.h |
index d37ab3c1d7081e10a439f8e437bc195c03d97678..3306c1b892d6b91b6be3fb31623afb71c37022c1 100644 |
--- a/public/web/WebNotification.h |
+++ b/public/web/WebNotification.h |
@@ -93,9 +93,8 @@ public: |
void dispatchDisplayEvent() { dispatchShowEvent(); } |
#if BLINK_IMPLEMENTATION |
- WebNotification(const WTF::PassRefPtr<WebCore::Notification>&); |
- WebNotification& operator=(const WTF::PassRefPtr<WebCore::Notification>&); |
- operator WTF::PassRefPtr<WebCore::Notification>() const; |
+ WebNotification(const WTF::RawPtr<WebCore::Notification>&); |
sof
2014/06/04 21:21:08
I want to go further here and use a straight point
|
+ WebNotification& operator=(const WTF::RawPtr<WebCore::Notification>&); |
#endif |
private: |