diff --git a/testing/web-platform/tests/interfaces/web-nfc.idl b/testing/web-platform/tests/interfaces/web-nfc.idl index 9f726ece289d..340dab647d6c 100644 --- a/testing/web-platform/tests/interfaces/web-nfc.idl +++ b/testing/web-platform/tests/interfaces/web-nfc.idl @@ -19,7 +19,7 @@ interface NDEFRecord { readonly attribute USVString recordType; readonly attribute USVString? mediaType; - readonly attribute USVString id; + readonly attribute USVString? id; readonly attribute DataView? data; readonly attribute USVString? encoding;