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

Unified Diff: Source/modules/mediastream/RTCStatsResponse.idl

Issue 14044026: Ready for latest WebIDL for named property getters. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: fixed spaces Created 7 years, 8 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
« no previous file with comments | « Source/core/plugins/DOMPluginArray.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/mediastream/RTCStatsResponse.idl
diff --git a/Source/modules/mediastream/RTCStatsResponse.idl b/Source/modules/mediastream/RTCStatsResponse.idl
index 5d66b3e3928279c98867c679023878f379124283..bbec09b05c42b734e22cb97cbfdc5227ed42d788 100644
--- a/Source/modules/mediastream/RTCStatsResponse.idl
+++ b/Source/modules/mediastream/RTCStatsResponse.idl
@@ -23,9 +23,8 @@
*/
[
- Conditional=MEDIA_STREAM,
- NamedGetter
+ Conditional=MEDIA_STREAM
] interface RTCStatsResponse {
sequence<RTCStatsReport> result();
- RTCStatsReport namedItem([Default=Undefined] optional DOMString name);
+ getter RTCStatsReport namedItem([Default=Undefined] optional DOMString name);
};
« no previous file with comments | « Source/core/plugins/DOMPluginArray.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698