summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/interfaces/contact-picker.idl
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/interfaces/contact-picker.idl')
-rw-r--r--testing/web-platform/tests/interfaces/contact-picker.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/web-platform/tests/interfaces/contact-picker.idl b/testing/web-platform/tests/interfaces/contact-picker.idl
index 0119d0e2ce..fc589fa066 100644
--- a/testing/web-platform/tests/interfaces/contact-picker.idl
+++ b/testing/web-platform/tests/interfaces/contact-picker.idl
@@ -37,7 +37,7 @@ dictionary ContactsSelectOptions {
boolean multiple = false;
};
-[Exposed=Window,SecureContext]
+[Exposed=Window, SecureContext]
interface ContactsManager {
Promise<sequence<ContactProperty>> getProperties();
Promise<sequence<ContactInfo>> select(sequence<ContactProperty> properties, optional ContactsSelectOptions options = {});