Title: [267006] trunk/Source/WebCore
Revision
267006
Author
wei...@apple.com
Date
2020-09-13 16:55:25 -0700 (Sun, 13 Sep 2020)

Log Message

FIXME in MediaDevices.idl is incorrect
https://bugs.webkit.org/show_bug.cgi?id=216459

Reviewed by Anders Carlsson.

* Modules/mediastream/MediaDevices.idl:
Remove FIXME about making MediaDevices an EventTarget subclass as it is a subclass
EventTarget.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (267005 => 267006)


--- trunk/Source/WebCore/ChangeLog	2020-09-13 23:50:28 UTC (rev 267005)
+++ trunk/Source/WebCore/ChangeLog	2020-09-13 23:55:25 UTC (rev 267006)
@@ -1,5 +1,16 @@
 2020-09-13  Sam Weinig  <wei...@apple.com>
 
+        FIXME in MediaDevices.idl is incorrect
+        https://bugs.webkit.org/show_bug.cgi?id=216459
+
+        Reviewed by Anders Carlsson.
+
+        * Modules/mediastream/MediaDevices.idl:
+        Remove FIXME about making MediaDevices an EventTarget subclass as it is a subclass
+        EventTarget.
+
+2020-09-13  Sam Weinig  <wei...@apple.com>
+
         FIXME in MouseEventInit.idl is incorrect (we do support unsigned short buttons = 0)
         https://bugs.webkit.org/show_bug.cgi?id=216460
 

Modified: trunk/Source/WebCore/Modules/mediastream/MediaDevices.idl (267005 => 267006)


--- trunk/Source/WebCore/Modules/mediastream/MediaDevices.idl	2020-09-13 23:50:28 UTC (rev 267005)
+++ trunk/Source/WebCore/Modules/mediastream/MediaDevices.idl	2020-09-13 23:55:25 UTC (rev 267006)
@@ -28,7 +28,6 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-// FIXME 169871: should be subclass of EventTarget
 [
     ActiveDOMObject,
     Conditional=MEDIA_STREAM,
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to