summaryrefslogtreecommitdiff
path: root/Source/WebCore/Modules/notifications/Notification.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/Modules/notifications/Notification.cpp')
-rw-r--r--Source/WebCore/Modules/notifications/Notification.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/Modules/notifications/Notification.cpp b/Source/WebCore/Modules/notifications/Notification.cpp
index 348992aeb..9248e1bba 100644
--- a/Source/WebCore/Modules/notifications/Notification.cpp
+++ b/Source/WebCore/Modules/notifications/Notification.cpp
@@ -254,7 +254,7 @@ void Notification::taskTimerFired(Timer<Notification>* timer)
#if ENABLE(NOTIFICATIONS)
-const String& Notification::permissionLevel(ScriptExecutionContext* context)
+const String& Notification::permission(ScriptExecutionContext* context)
{
ASSERT(context->isDocument());
ASSERT(static_cast<Document*>(context)->page());