commit 9c8a09d9bed5bd44b21b3b99cb86e3f0a8535375
parent 557804ef699c54da0530081123296e7f9362a3fc
Author: Duncan McIntosh <dmcintosh@mozilla.com>
Date: Wed, 5 Nov 2025 18:43:12 +0000
Bug 1998061 - Part 2: Remove duplicate documentation for #sapName to fix docs generation. r=urlbar-reviewers,mak
Introduced by https://phabricator.services.mozilla.com/D266142.
This solution is based on :Gijs' suggestion during review.
Differential Revision: https://phabricator.services.mozilla.com/D271284
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/browser/components/urlbar/UrlbarInput.sys.mjs b/browser/components/urlbar/UrlbarInput.sys.mjs
@@ -82,10 +82,6 @@ let px = number => number.toFixed(2) + "px";
export class UrlbarInput {
#allowBreakout = false;
#breakoutBlockerCount = 0;
- /**
- * The search access point name of the UrlbarInput for use with telemetry or
- * logging, e.g. `urlbar`, `searchbar`.
- */
#sapName;
#userTypedValue;