| Index: third_party/WebKit/Source/modules/mediastream/RTCCertificate.idl
|
| diff --git a/third_party/WebKit/Source/modules/mediastream/RTCCertificate.idl b/third_party/WebKit/Source/modules/mediastream/RTCCertificate.idl
|
| index 424bbe7c6ac5e1858279ad2a9bfc754599b72356..8c7bea0353857c4434871299fee5caae4951fb27 100644
|
| --- a/third_party/WebKit/Source/modules/mediastream/RTCCertificate.idl
|
| +++ b/third_party/WebKit/Source/modules/mediastream/RTCCertificate.idl
|
| @@ -33,4 +33,9 @@
|
| ] interface RTCCertificate {
|
| // The expiration time in ms relative to epoch, 1970-01-01T00:00:00Z.
|
| readonly attribute DOMTimeStamp expires;
|
| +
|
| + // Checks if the two certificate objects represent the same certificate value,
|
| + // as should be the case for a clone and the original.
|
| + // [RuntimeEnabled=RTCCertificateTesting]
|
| + boolean equals(RTCCertificate other);
|
| };
|
|
|