summaryrefslogtreecommitdiffstats
path: root/toolkit/components/aboutthirdparty
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/aboutthirdparty')
-rw-r--r--toolkit/components/aboutthirdparty/nsIAboutThirdParty.idl4
-rw-r--r--toolkit/components/aboutthirdparty/tests/browser/browser_aboutthirdparty.js2
2 files changed, 3 insertions, 3 deletions
diff --git a/toolkit/components/aboutthirdparty/nsIAboutThirdParty.idl b/toolkit/components/aboutthirdparty/nsIAboutThirdParty.idl
index ef5590465a..68e41843d0 100644
--- a/toolkit/components/aboutthirdparty/nsIAboutThirdParty.idl
+++ b/toolkit/components/aboutthirdparty/nsIAboutThirdParty.idl
@@ -39,12 +39,12 @@ interface nsIAboutThirdParty : nsISupports
/**
* Returns true if DynamicBlocklist is available.
*/
- readonly attribute bool isDynamicBlocklistAvailable;
+ readonly attribute boolean isDynamicBlocklistAvailable;
/**
* Returns true if DynamicBlocklist is available but disabled.
*/
- readonly attribute bool isDynamicBlocklistDisabled;
+ readonly attribute boolean isDynamicBlocklistDisabled;
/**
* Add or remove an entry from the dynamic blocklist and save
diff --git a/toolkit/components/aboutthirdparty/tests/browser/browser_aboutthirdparty.js b/toolkit/components/aboutthirdparty/tests/browser/browser_aboutthirdparty.js
index 0a53823a35..865e7b949d 100644
--- a/toolkit/components/aboutthirdparty/tests/browser/browser_aboutthirdparty.js
+++ b/toolkit/components/aboutthirdparty/tests/browser/browser_aboutthirdparty.js
@@ -135,7 +135,7 @@ add_task(async () => {
"after system info was collected."
);
- await BrowserTestUtils.withNewTab("about:third-party", async browser => {
+ await BrowserTestUtils.withNewTab("about:third-party", async () => {
if (!content.fetchDataDone) {
const mainDiv = content.document.getElementById("main");
await BrowserTestUtils.waitForMutationCondition(