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

Unified Diff: third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.idl

Issue 2572603002: ABANDONED CL: Rename readyState() to getReadyState(). (Closed)
Patch Set: Created 4 years 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/WebKit/Source/modules/mediastream/MediaStreamTrack.idl
diff --git a/third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.idl b/third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.idl
index f96f1b2cdc51d375ecf99a80669b2bc820f8539d..daf1fb7525b3454d065fdca126bfaa5eb4834c6a 100644
--- a/third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.idl
+++ b/third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.idl
@@ -44,7 +44,7 @@ enum MediaStreamTrackState {
readonly attribute boolean muted;
attribute EventHandler onmute;
attribute EventHandler onunmute;
- readonly attribute MediaStreamTrackState readyState;
+ [ImplementedAs=getReadyState] readonly attribute MediaStreamTrackState readyState;
attribute EventHandler onended;
[CallWith=ExecutionContext] MediaStreamTrack clone();

Powered by Google App Engine
This is Rietveld 408576698