Title: [221169] trunk/Source/WebCore
Revision
221169
Author
jon...@apple.com
Date
2017-08-24 16:43:45 -0700 (Thu, 24 Aug 2017)

Log Message

Unreviewed.

* Modules/mediastream/MediaStreamTrack.idl: Remove extraneous and confusing comment in IDL.
The 'new' enum was removed via r215198, so we can remove this specific FIXME.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (221168 => 221169)


--- trunk/Source/WebCore/ChangeLog	2017-08-24 23:18:15 UTC (rev 221168)
+++ trunk/Source/WebCore/ChangeLog	2017-08-24 23:43:45 UTC (rev 221169)
@@ -1,3 +1,10 @@
+2017-08-24  Jon Lee  <jon...@apple.com>
+
+        Unreviewed.
+
+        * Modules/mediastream/MediaStreamTrack.idl: Remove extraneous and confusing comment in IDL.
+        The 'new' enum was removed via r215198, so we can remove this specific FIXME.
+
 2017-08-24  Alex Christensen  <achristen...@webkit.org>
 
         Stop using PolicyCallback for new window policies

Modified: trunk/Source/WebCore/Modules/mediastream/MediaStreamTrack.idl (221168 => 221169)


--- trunk/Source/WebCore/Modules/mediastream/MediaStreamTrack.idl	2017-08-24 23:18:15 UTC (rev 221168)
+++ trunk/Source/WebCore/Modules/mediastream/MediaStreamTrack.idl	2017-08-24 23:43:45 UTC (rev 221169)
@@ -23,7 +23,6 @@
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-// FIXME 169871: remove "new"
 enum MediaStreamTrackState { "live", "ended" };
 
 [
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to