Bug 1183495 - part1: Remove mozSrcObject in HtmlMediaElement.ipdl . r=smaug draft
authorbechen@mozilla.com <bechen@mozilla.com>
Fri, 20 Oct 2017 11:22:32 +0800
changeset 683710 ecfba857aa698c379489672026fb923e96615c0b
parent 683709 318ada960cdbc8e277e5de3b5be9073a87248d44
child 683711 e6abd85f933463d2dfe73528c63be8736d2a1577
push id85447
push userbmo:bechen@mozilla.com
push dateFri, 20 Oct 2017 03:44:44 +0000
reviewerssmaug
bugs1183495
milestone58.0a1
Bug 1183495 - part1: Remove mozSrcObject in HtmlMediaElement.ipdl . r=smaug MozReview-Commit-ID: DopdOr0WRV7
dom/webidl/HTMLMediaElement.webidl
--- a/dom/webidl/HTMLMediaElement.webidl
+++ b/dom/webidl/HTMLMediaElement.webidl
@@ -106,18 +106,16 @@ partial interface HTMLMediaElement {
   readonly attribute DOMString mozDebugReaderData;
   [Func="HasDebuggerOrTabsPrivilege", NewObject]
   Promise<DOMString> mozRequestDebugInfo();
 
   [Pref="media.test.dumpDebugInfo"]
   void mozDumpDebugInfo();
 
   attribute MediaStream? srcObject;
-  // TODO: remove prefixed version soon (1183495).
-  attribute MediaStream? mozSrcObject;
 
   attribute boolean mozPreservesPitch;
   readonly attribute boolean mozAutoplayEnabled;
 
   // NB: for internal use with the video controls:
   [Func="IsChromeOrXBL"] attribute boolean mozAllowCasting;
   [Func="IsChromeOrXBL"] attribute boolean mozIsCasting;