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

Unified Diff: Modules/mediastream/RTCStatsResponse.idl

Issue 12893011: Update idl files in third_party/WebCore (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 9 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: Modules/mediastream/RTCStatsResponse.idl
diff --git a/Modules/mediastream/RTCStatsResponse.idl b/Modules/mediastream/RTCStatsResponse.idl
index abcd19811a4c4c8e92ca6a67ff890db6eb44504a..f6e8bb97344fc8a7a6175ec33ea12c84740e4cf2 100644
--- a/Modules/mediastream/RTCStatsResponse.idl
+++ b/Modules/mediastream/RTCStatsResponse.idl
@@ -23,7 +23,9 @@
*/
[
- Conditional=MEDIA_STREAM
+ Conditional=MEDIA_STREAM,
+ NamedGetter
] interface RTCStatsResponse {
Anton Muhin 2013/03/22 12:04:27 we probably need some custom magic here: get(prope
Mads Ager (google) 2013/03/22 13:21:08 I'll file a bug report for this on as well.
sequence<RTCStatsReport> result();
+ RTCStatsReport namedItem(in [Optional=DefaultIsUndefined] DOMString name);
};

Powered by Google App Engine
This is Rietveld 408576698