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

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

Issue 1954693002: Deprecate subscriptions to MediaStream ended event (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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 | « third_party/WebKit/Source/modules/mediastream/MediaStream.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/mediastream/MediaStream.idl
diff --git a/third_party/WebKit/Source/modules/mediastream/MediaStream.idl b/third_party/WebKit/Source/modules/mediastream/MediaStream.idl
index 60e243a0670715d1d2d96325b104bdbba9b1f00b..f90d75f2e5823afc487dec981c92b0a6e4445dae 100644
--- a/third_party/WebKit/Source/modules/mediastream/MediaStream.idl
+++ b/third_party/WebKit/Source/modules/mediastream/MediaStream.idl
@@ -48,7 +48,7 @@
attribute EventHandler onactive;
attribute EventHandler oninactive;
// DEPRECATED
- [MeasureAs=MediaStreamOnEnded] attribute EventHandler onended;
+ [DeprecateAs=MediaStreamOnEnded] attribute EventHandler onended;
attribute EventHandler onaddtrack;
attribute EventHandler onremovetrack;
« no previous file with comments | « third_party/WebKit/Source/modules/mediastream/MediaStream.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698