12012-08-06 Jon Lee <jonlee@apple.com>
2
3 Change Notification.permissionLevel() to Notification.permission
4 https://bugs.webkit.org/show_bug.cgi?id=88919
5 <rdar://problem/11650319>
6
7 Reviewed by NOBODY (OOPS!).
8
9 Retrieving the permission level has changed to Notification.permission, per this discussion:
10 http://lists.w3.org/Archives/Public/public-web-notification/2012Jun/0000.html
11
12 Test: fast/notifications/notifications-permission.html
13
14 * Modules/notifications/Notification.cpp: Rename to match attribute name.
15 (WebCore::Notification::permission):
16 * Modules/notifications/Notification.h: Rename to match attribute name.
17 (Notification):
18 * Modules/notifications/Notification.idl: Change to static readonly attribute.
19