Index: Source/WebCore/page/DOMWindow.h |
=================================================================== |
--- Source/WebCore/page/DOMWindow.h (revision 97673) |
+++ Source/WebCore/page/DOMWindow.h (working copy) |
@@ -383,6 +383,9 @@ |
#if ENABLE(NOTIFICATIONS) |
NotificationCenter* webkitNotifications() const; |
+ // Renders webkitNotifications object safely inoperable, disconnects |
+ // if from embedder-provided NotificationPresenter. |
+ void resetNotifications(); |
#endif |
#if ENABLE(QUOTA) |