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

Unified Diff: public/web/WebNotification.h

Issue 22909013: Notification should not leak document. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update testexp Created 7 years, 4 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
« no previous file with comments | « Source/web/WebNotification.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebNotification.h
diff --git a/public/web/WebNotification.h b/public/web/WebNotification.h
index 6baca97b0327d79f968fc5c7785a7c5051e34b92..9974fba06a78296cdf391efbcead43df90878ad3 100644
--- a/public/web/WebNotification.h
+++ b/public/web/WebNotification.h
@@ -108,7 +108,6 @@ public:
private:
void assign(WebNotificationPrivate*);
- void dispatchEvent(const WTF::AtomicString& type);
WebNotificationPrivate* m_private;
};
« no previous file with comments | « Source/web/WebNotification.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698