Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(305)

Unified Diff: public/web/WebNotification.h

Issue 310393004: Oilpan: update WebNotification and WebDOMMediaStreamTrack type conversions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Use RawPtr for WebNotification Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:
« Source/web/NotificationPresenterImpl.cpp ('K') | « public/web/WebDOMMediaStreamTrack.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698