Title: [134317] branches/safari-536.28-branch/Source/WebKit2/WebProcess/Notifications/WebNotificationManager.h
Revision
134317
Author
[email protected]
Date
2012-11-12 15:19:44 -0800 (Mon, 12 Nov 2012)

Log Message

ML Build fix.

Modified Paths


Diff

Modified: branches/safari-536.28-branch/Source/WebKit2/WebProcess/Notifications/WebNotificationManager.h (134316 => 134317)


--- branches/safari-536.28-branch/Source/WebKit2/WebProcess/Notifications/WebNotificationManager.h	2012-11-12 23:09:19 UTC (rev 134316)
+++ branches/safari-536.28-branch/Source/WebKit2/WebProcess/Notifications/WebNotificationManager.h	2012-11-12 23:19:44 UTC (rev 134317)
@@ -68,14 +68,14 @@
     // Looks in local cache for permission. If not found, returns DefaultDenied.
     WebCore::NotificationClient::Permission policyForOrigin(WebCore::SecurityOrigin*) const;
 
+    void didUpdateNotificationDecision(const String& originString, bool allowed);
+
 private:
     // Implemented in generated WebNotificationManagerMessageReceiver.cpp
-    void didReceiveWebNotificationManagerMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
-    
+    void didReceiveWebNotificationManagerMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);    
     void didShowNotification(uint64_t notificationID);
     void didClickNotification(uint64_t notificationID);
     void didCloseNotifications(const Vector<uint64_t>& notificationIDs);
-    void didUpdateNotificationDecision(const String& originString, bool allowed);
     void didRemoveNotificationDecisions(const Vector<String>& originStrings);
     
 #if ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to