| Index: third_party/WebCore/Modules/mediastream/RTCStatsElement.idl
|
| diff --git a/third_party/WebCore/Modules/mediastream/RTCIceCandidateEvent.idl b/third_party/WebCore/Modules/mediastream/RTCStatsElement.idl
|
| similarity index 91%
|
| copy from third_party/WebCore/Modules/mediastream/RTCIceCandidateEvent.idl
|
| copy to third_party/WebCore/Modules/mediastream/RTCStatsElement.idl
|
| index c1047e011b921b7dc309d7481a52905b9b2a0f0a..c1b0948324cb70d7299d711cd20ec038e6ae82cb 100644
|
| --- a/third_party/WebCore/Modules/mediastream/RTCIceCandidateEvent.idl
|
| +++ b/third_party/WebCore/Modules/mediastream/RTCStatsElement.idl
|
| @@ -22,12 +22,12 @@
|
| * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -module events {
|
| +module mediastream {
|
|
|
| interface [
|
| Conditional=MEDIA_STREAM,
|
| - ] RTCIceCandidateEvent : Event {
|
| - readonly attribute RTCIceCandidate candidate;
|
| + ] RTCStatsElement {
|
| + readonly attribute long timestamp;
|
| + DOMString stat(in DOMString name);
|
| };
|
| -
|
| }
|
|
|