| Index: third_party/WebKit/Source/modules/peerconnection/RTCRtpContributingSource.idl
|
| diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCRtpContributingSource.idl b/third_party/WebKit/Source/modules/peerconnection/RTCRtpContributingSource.idl
|
| index 3c0f1e3953ce9ab65861fcab118bd9b0a5bcc854..0a0ff1fc1851d590477b63e990876c73d43d043a 100644
|
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCRtpContributingSource.idl
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCRtpContributingSource.idl
|
| @@ -3,9 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| // https://w3c.github.io/webrtc-pc/#dom-rtcrtpcontributingsource
|
| -[
|
| - RuntimeEnabled=RTCRtpReceiver,
|
| -] interface RTCRtpContributingSource {
|
| +interface RTCRtpContributingSource {
|
| readonly attribute DOMHighResTimeStamp timestamp;
|
| readonly attribute unsigned long source;
|
|
|
|
|