From 5f6d9cd4c9e290013199d20854e24cefa2a354c8 Mon Sep 17 00:00:00 2001 From: Mirko Brodesser Date: Thu, 30 Sep 2021 13:11:52 +0000 Subject: [PATCH] Bug 1731994: part 7) Update documentation of `nsIContentPermissionPrompt`. r=edgar DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D126910 --- dom/interfaces/base/nsIContentPermissionPrompt.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dom/interfaces/base/nsIContentPermissionPrompt.idl b/dom/interfaces/base/nsIContentPermissionPrompt.idl index 35ff1d12eb04..856671fc9556 100644 --- a/dom/interfaces/base/nsIContentPermissionPrompt.idl +++ b/dom/interfaces/base/nsIContentPermissionPrompt.idl @@ -85,8 +85,8 @@ interface nsIContentPermissionRequest : nsISupports { }; /** - * Interface provides a way for the application to handle - * the UI prompts associated with geo position. + * Allows to show permission prompts via the UI for different types of requests, + * e.g. geolocation. */ [scriptable, function, uuid(F72DE90D-E954-4E69-9A61-917303029301)] interface nsIContentPermissionPrompt : nsISupports { -- 2.11.4.GIT