Chromium Code Reviews

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

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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | Source/modules/notifications/NotificationPermissionClient.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/notifications/NotificationPermissionClient.h
diff --git a/Source/modules/notifications/NotificationPermissionClient.h b/Source/modules/notifications/NotificationPermissionClient.h
index c020dc03f36df85ea060c2094275ee94dc3e46b2..8243534d268737432684f2a2e5b7ca30a39861d7 100644
--- a/Source/modules/notifications/NotificationPermissionClient.h
+++ b/Source/modules/notifications/NotificationPermissionClient.h
@@ -28,7 +28,7 @@ public:
static NotificationPermissionClient* from(ExecutionContext*);
};
-void proviceNotificationPermissionClientTo(LocalFrame&, PassOwnPtrWillBeRawPtr<NotificationPermissionClient>);
+void provideNotificationPermissionClientTo(LocalFrame&, PassOwnPtrWillBeRawPtr<NotificationPermissionClient>);
} // namespace blink
« no previous file with comments | « no previous file | Source/modules/notifications/NotificationPermissionClient.cpp » ('j') | no next file with comments »

Powered by Google App Engine