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

Unified Diff: Source/WebKit/chromium/public/WebNotification.h

Issue 7148005: Merge 88738 - [Chromium] WebNotification should check if ScriptExecutionContext is gone (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/782/
Patch Set: Created 9 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
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/WebNotification.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/public/WebNotification.h
===================================================================
--- Source/WebKit/chromium/public/WebNotification.h (revision 88742)
+++ Source/WebKit/chromium/public/WebNotification.h (working copy)
@@ -39,6 +39,10 @@
namespace WTF { template <typename T> class PassRefPtr; }
#endif
+namespace WTF {
+class AtomicString;
+}
+
namespace WebKit {
class WebNotificationPrivate;
@@ -104,6 +108,7 @@
private:
void assign(WebNotificationPrivate*);
+ void dispatchEvent(const WTF::AtomicString& type);
WebNotificationPrivate* m_private;
};
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/WebNotification.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698