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

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

Issue 2085973002: Update deprecation message for MediaStream ended event. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update MediaStream-onended-expected.txt Created 4 years, 6 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/core/frame/Deprecation.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 f90d75f2e5823afc487dec981c92b0a6e4445dae..cfaa578751d6863d562d1ca703effae4f7fcb2ec 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
- [DeprecateAs=MediaStreamOnEnded] attribute EventHandler onended;
+ attribute EventHandler onended;
attribute EventHandler onaddtrack;
attribute EventHandler onremovetrack;
« no previous file with comments | « third_party/WebKit/Source/core/frame/Deprecation.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698