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

Unified Diff: Source/modules/notifications/NotificationPermissionClient.cpp

Issue 489373002: Fix spelling of provideNotificationPermissionClientTo() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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 | « Source/modules/notifications/NotificationPermissionClient.h ('k') | Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/notifications/NotificationPermissionClient.cpp
diff --git a/Source/modules/notifications/NotificationPermissionClient.cpp b/Source/modules/notifications/NotificationPermissionClient.cpp
index a4e0cd5217cc0c9cdb4a82e831f9e37153a93ad7..e755024077e174e633cb304afa883d714f0ff185 100644
--- a/Source/modules/notifications/NotificationPermissionClient.cpp
+++ b/Source/modules/notifications/NotificationPermissionClient.cpp
@@ -30,7 +30,7 @@ NotificationPermissionClient* NotificationPermissionClient::from(ExecutionContex
return static_cast<NotificationPermissionClient*>(WillBeHeapSupplement<LocalFrame>::from(document->frame(), supplementName()));
}
-void proviceNotificationPermissionClientTo(LocalFrame& frame, PassOwnPtrWillBeRawPtr<NotificationPermissionClient> client)
+void provideNotificationPermissionClientTo(LocalFrame& frame, PassOwnPtrWillBeRawPtr<NotificationPermissionClient> client)
{
frame.provideSupplement(NotificationPermissionClient::supplementName(), client);
}
« no previous file with comments | « Source/modules/notifications/NotificationPermissionClient.h ('k') | Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698