Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1339)

Unified Diff: third_party/WebCore/Modules/mediastream/RTCStatsElement.idl

Issue 11098032: Roll IDL to multivm@937 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};
-
}

Powered by Google App Engine
This is Rietveld 408576698