Title: [212231] trunk/Source/WebCore
Revision
212231
Author
commit-qu...@webkit.org
Date
2017-02-13 10:32:46 -0800 (Mon, 13 Feb 2017)

Log Message

Remove @getUserMedia identifier
https://bugs.webkit.org/show_bug.cgi?id=168216

Patch by Youenn Fablet <you...@apple.com> on 2017-02-13
Reviewed by Sam Weinig.

No change of behavior.

* Modules/mediastream/MediaDevices.idl:
* bindings/js/WebCoreBuiltinNames.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (212230 => 212231)


--- trunk/Source/WebCore/ChangeLog	2017-02-13 17:28:54 UTC (rev 212230)
+++ trunk/Source/WebCore/ChangeLog	2017-02-13 18:32:46 UTC (rev 212231)
@@ -1,3 +1,15 @@
+2017-02-13  Youenn Fablet  <you...@apple.com>
+
+        Remove @getUserMedia identifier
+        https://bugs.webkit.org/show_bug.cgi?id=168216
+
+        Reviewed by Sam Weinig.
+
+        No change of behavior.
+
+        * Modules/mediastream/MediaDevices.idl:
+        * bindings/js/WebCoreBuiltinNames.h:
+
 2017-02-13  Carlos Garcia Campos  <cgar...@igalia.com>
 
         [GTK] Non-accelerated drawing is broken with HiDPI

Modified: trunk/Source/WebCore/Modules/mediastream/MediaDevices.idl (212230 => 212231)


--- trunk/Source/WebCore/Modules/mediastream/MediaDevices.idl	2017-02-13 17:28:54 UTC (rev 212230)
+++ trunk/Source/WebCore/Modules/mediastream/MediaDevices.idl	2017-02-13 18:32:46 UTC (rev 212231)
@@ -34,7 +34,7 @@
 ] interface MediaDevices {
     MediaTrackSupportedConstraints getSupportedConstraints();
 
-    [MayThrowException, PrivateIdentifier, PublicIdentifier] Promise<MediaStream> getUserMedia(optional MediaStreamConstraints constraints);
+    Promise<MediaStream> getUserMedia(optional MediaStreamConstraints constraints);
     Promise<sequence<MediaDeviceInfo>> enumerateDevices();
 };
 

Modified: trunk/Source/WebCore/bindings/js/WebCoreBuiltinNames.h (212230 => 212231)


--- trunk/Source/WebCore/bindings/js/WebCoreBuiltinNames.h	2017-02-13 17:28:54 UTC (rev 212230)
+++ trunk/Source/WebCore/bindings/js/WebCoreBuiltinNames.h	2017-02-13 18:32:46 UTC (rev 212231)
@@ -49,7 +49,6 @@
     macro(fetchRequest) \
     macro(fillFromJS) \
     macro(finishConsumingStream) \
-    macro(getUserMedia) \
     macro(getRemoteStreams) \
     macro(getSenders) \
     macro(getTracks) \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to