<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[185940] trunk/Source/WebCore</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/185940">185940</a></dd>
<dt>Author</dt> <dd>commit-queue@webkit.org</dd>
<dt>Date</dt> <dd>2015-06-24 18:15:00 -0700 (Wed, 24 Jun 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>Building MediaDeviceInfo for enumerateDevices
https://bugs.webkit.org/show_bug.cgi?id=146257
&lt;rdar://problem/21513462&gt;

Patch by Matt Daiter &lt;mdaiter@apple.com&gt; on 2015-06-24
Reviewed by Eric Carlson.

MediaDeviceInfo necessary for enumerateDevices

* CMakeLists.txt: Added MediaDevicesInfo.idl
* DerivedSources.make: Added MediaDevicesInfo.idl
* Modules/mediastream/MediaDeviceInfo.h: Created class for MediaDevicesInfo
(WebCore::MediaDeviceInfo::create): Allocates class
(WebCore::MediaDeviceInfo::MediaDeviceInfo): Creates class for public
(WebCore::MediaDeviceInfo::~MediaDeviceInfo):
(WebCore::MediaDeviceInfo::label):
(WebCore::MediaDeviceInfo::deviceId):
(WebCore::MediaDeviceInfo::groupId):
(WebCore::MediaDeviceInfo::kind):
* Modules/mediastream/MediaDeviceInfo.idl:
* WebCore.xcodeproj/project.pbxproj:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebCoreCMakeListstxt">trunk/Source/WebCore/CMakeLists.txt</a></li>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoreDerivedSourcesmake">trunk/Source/WebCore/DerivedSources.make</a></li>
<li><a href="#trunkSourceWebCoreWebCorexcodeprojprojectpbxproj">trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkSourceWebCoreModulesmediastreamMediaDeviceInfocpp">trunk/Source/WebCore/Modules/mediastream/MediaDeviceInfo.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamMediaDeviceInfoh">trunk/Source/WebCore/Modules/mediastream/MediaDeviceInfo.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamMediaDeviceInfoidl">trunk/Source/WebCore/Modules/mediastream/MediaDeviceInfo.idl</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebCoreCMakeListstxt"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/CMakeLists.txt (185939 => 185940)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/CMakeLists.txt        2015-06-25 00:35:26 UTC (rev 185939)
+++ trunk/Source/WebCore/CMakeLists.txt        2015-06-25 01:15:00 UTC (rev 185940)
</span><span class="lines">@@ -239,6 +239,7 @@
</span><span class="cx">     Modules/mediastream/CapabilityRange.idl
</span><span class="cx">     Modules/mediastream/DOMURLMediaStream.idl
</span><span class="cx">     Modules/mediastream/HTMLMediaElementMediaStream.idl
</span><ins>+    Modules/mediastream/MediaDeviceInfo.idl
</ins><span class="cx">     Modules/mediastream/MediaDevices.idl
</span><span class="cx">     Modules/mediastream/MediaSourceStates.idl
</span><span class="cx">     Modules/mediastream/MediaStream.idl
</span></span></pre></div>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (185939 => 185940)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2015-06-25 00:35:26 UTC (rev 185939)
+++ trunk/Source/WebCore/ChangeLog        2015-06-25 01:15:00 UTC (rev 185940)
</span><span class="lines">@@ -1,3 +1,26 @@
</span><ins>+2015-06-24  Matt Daiter  &lt;mdaiter@apple.com&gt;
+
+        Building MediaDeviceInfo for enumerateDevices
+        https://bugs.webkit.org/show_bug.cgi?id=146257
+        &lt;rdar://problem/21513462&gt;
+
+        Reviewed by Eric Carlson.
+
+        MediaDeviceInfo necessary for enumerateDevices
+
+        * CMakeLists.txt: Added MediaDevicesInfo.idl
+        * DerivedSources.make: Added MediaDevicesInfo.idl
+        * Modules/mediastream/MediaDeviceInfo.h: Created class for MediaDevicesInfo
+        (WebCore::MediaDeviceInfo::create): Allocates class
+        (WebCore::MediaDeviceInfo::MediaDeviceInfo): Creates class for public
+        (WebCore::MediaDeviceInfo::~MediaDeviceInfo): 
+        (WebCore::MediaDeviceInfo::label):
+        (WebCore::MediaDeviceInfo::deviceId):
+        (WebCore::MediaDeviceInfo::groupId):
+        (WebCore::MediaDeviceInfo::kind):
+        * Modules/mediastream/MediaDeviceInfo.idl:
+        * WebCore.xcodeproj/project.pbxproj:
+
</ins><span class="cx"> 2015-06-24  Anders Carlsson  &lt;andersca@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Detect view services by using the &quot;com.apple.UIKit.vends-view-services&quot; entitlement
</span></span></pre></div>
<a id="trunkSourceWebCoreDerivedSourcesmake"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/DerivedSources.make (185939 => 185940)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/DerivedSources.make        2015-06-25 00:35:26 UTC (rev 185939)
+++ trunk/Source/WebCore/DerivedSources.make        2015-06-25 01:15:00 UTC (rev 185940)
</span><span class="lines">@@ -122,6 +122,7 @@
</span><span class="cx">     $(WebCore)/Modules/mediastream/CapabilityRange.idl \
</span><span class="cx">     $(WebCore)/Modules/mediastream/HTMLMediaElementMediaStream.idl \
</span><span class="cx">     $(WebCore)/Modules/mediastream/MediaSourceStates.idl \
</span><ins>+    $(WebCore)/Modules/mediastream/MediaDeviceInfo.idl \
</ins><span class="cx">     $(WebCore)/Modules/mediastream/MediaDevices.idl \
</span><span class="cx">         $(WebCore)/Modules/mediastream/MediaStream.idl \
</span><span class="cx">         $(WebCore)/Modules/mediastream/MediaStreamCapabilities.idl \
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamMediaDeviceInfocpp"></a>
<div class="addfile"><h4>Added: trunk/Source/WebCore/Modules/mediastream/MediaDeviceInfo.cpp (0 => 185940)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/MediaDeviceInfo.cpp                                (rev 0)
+++ trunk/Source/WebCore/Modules/mediastream/MediaDeviceInfo.cpp        2015-06-25 01:15:00 UTC (rev 185940)
</span><span class="lines">@@ -0,0 +1,48 @@
</span><ins>+/*
+ * Copyright (C) 2015 Apple Inc. All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
+ * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
+ * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+ * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+#include &quot;config.h&quot;
+#include &quot;MediaDeviceInfo.h&quot;
+
+#if ENABLE(MEDIA_STREAM)
+
+#include &quot;ContextDestructionObserver.h&quot;
+#include &quot;ScriptWrappable.h&quot;
+
+Ref&lt;MediaDeviceInfo&gt; MediaDeviceInfo::create(ScriptExecutionContext* context, const String&amp; label, const String&amp; deviceId, const String&amp; groupId, const String&amp; kind)
+{
+    return adoptRef(*new MediaDeviceInfo(context, label, deviceId, groupId, kind));
+}
+
+MediaDeviceInfo::MediaDeviceInfo(ScriptExecutionContext* context, const String&amp; label, const String&amp; deviceId, const String&amp; groupId, const String&amp; kind)
+    : ContextDestructionObserver(context)
+    , m_label(label)
+    , m_kind(kind)
+    , m_deviceId(deviceId)
+    , m_groupId(groupId)
+{
+}
+
+#endif
</ins></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamMediaDeviceInfoh"></a>
<div class="addfile"><h4>Added: trunk/Source/WebCore/Modules/mediastream/MediaDeviceInfo.h (0 => 185940)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/MediaDeviceInfo.h                                (rev 0)
+++ trunk/Source/WebCore/Modules/mediastream/MediaDeviceInfo.h        2015-06-25 01:15:00 UTC (rev 185940)
</span><span class="lines">@@ -0,0 +1,63 @@
</span><ins>+/*
+ * Copyright (C) 2015 Apple Inc. All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
+ * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
+ * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+ * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+#ifndef MediaDeviceInfo_h
+#define MediaDeviceInfo_h
+
+#if ENABLE(MEDIA_STREAM)
+
+#include &quot;ContextDestructionObserver.h&quot;
+#include &quot;ScriptWrappable.h&quot;
+#include &lt;wtf/RefCounted.h&gt;
+#include &lt;wtf/text/WTFString.h&gt;
+
+namespace WebCore {
+
+class MediaDeviceInfo : public RefCounted&lt;MediaDeviceInfo&gt;, public ScriptWrappable, public ContextDestructionObserver {
+public:
+    static Ref&lt;MediaDeviceInfo&gt; create(ScriptExecutionContext*, const String&amp;, const String&amp;, const String&amp;, const String&amp;);
+    
+    
+    virtual ~MediaDeviceInfo() { }
+    
+    const String&amp; label() const {return m_label; }
+    const String&amp; deviceId() const {return m_deviceId; }
+    const String&amp; groupId() const {return m_groupId; }
+    const String&amp; kind() const {return m_kind; }
+    
+private:
+    MediaDeviceInfo(ScriptExecutionContext*, const String&amp;, const String&amp;, const String&amp;, const String&amp;);
+
+    const String&amp; m_label;
+    const String&amp; m_deviceId;
+    const String&amp; m_groupId;
+    const String&amp; m_kind;
+};
+
+}
+
+#endif
+
+#endif /* MediaDeviceInfo_h */
</ins></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamMediaDeviceInfoidl"></a>
<div class="addfile"><h4>Added: trunk/Source/WebCore/Modules/mediastream/MediaDeviceInfo.idl (0 => 185940)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/MediaDeviceInfo.idl                                (rev 0)
+++ trunk/Source/WebCore/Modules/mediastream/MediaDeviceInfo.idl        2015-06-25 01:15:00 UTC (rev 185940)
</span><span class="lines">@@ -0,0 +1,17 @@
</span><ins>+[
+NoInterfaceObject,
+Conditional=MEDIA_STREAM,
+Constructor(DOMString deviceId, DOMString label, DOMString groupId, MediaDeviceKind kind),
+JSGenerateToJSObject,
+] interface MediaDeviceInfo {
+    readonly    attribute DOMString deviceId;
+    readonly    attribute DOMString groupId;
+    readonly    attribute DOMString kind;
+    readonly    attribute DOMString label;
+};
+
+enum MediaDeviceKind {
+    &quot;audioinput&quot;,
+    &quot;audiooutput&quot;,
+    &quot;videoinput&quot;
+};
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkSourceWebCoreWebCorexcodeprojprojectpbxproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (185939 => 185940)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj        2015-06-25 00:35:26 UTC (rev 185939)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj        2015-06-25 01:15:00 UTC (rev 185940)
</span><span class="lines">@@ -635,6 +635,8 @@
</span><span class="cx">                 14E8378E09F85D4F00B85AE4 /* JSEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 14E8378D09F85D4F00B85AE4 /* JSEvent.h */; };
</span><span class="cx">                 14FFE31D0AE1963300136BF5 /* HTMLFrameElementBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 14FFE31B0AE1963300136BF5 /* HTMLFrameElementBase.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="cx">                 14FFE31E0AE1963300136BF5 /* HTMLFrameElementBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14FFE31C0AE1963300136BF5 /* HTMLFrameElementBase.cpp */; };
</span><ins>+                15145B901B3A1CE000662BF7 /* MediaDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 15145B8F1B3A1B3E00662BF7 /* MediaDeviceInfo.h */; };
+                159AE82B1B3A402F0037478B /* MediaDeviceInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 159AE82A1B3A402F0037478B /* MediaDeviceInfo.cpp */; };
</ins><span class="cx">                 15C7708D100D3C6B005BA267 /* ValidityState.h in Headers */ = {isa = PBXBuildFile; fileRef = 15C7708A100D3C6A005BA267 /* ValidityState.h */; };
</span><span class="cx">                 15C77093100D3CA8005BA267 /* JSValidityState.h in Headers */ = {isa = PBXBuildFile; fileRef = 15C77091100D3CA8005BA267 /* JSValidityState.h */; };
</span><span class="cx">                 15C77094100D3CA8005BA267 /* JSValidityState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15C77092100D3CA8005BA267 /* JSValidityState.cpp */; };
</span><span class="lines">@@ -7741,6 +7743,9 @@
</span><span class="cx">                 14E8378D09F85D4F00B85AE4 /* JSEvent.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = JSEvent.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 14FFE31B0AE1963300136BF5 /* HTMLFrameElementBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTMLFrameElementBase.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 14FFE31C0AE1963300136BF5 /* HTMLFrameElementBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HTMLFrameElementBase.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><ins>+                15145B8F1B3A1B3E00662BF7 /* MediaDeviceInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MediaDeviceInfo.h; sourceTree = &quot;&lt;group&gt;&quot;; };
+                15145B911B3A1D4C00662BF7 /* MediaDeviceInfo.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = MediaDeviceInfo.idl; sourceTree = &quot;&lt;group&gt;&quot;; };
+                159AE82A1B3A402F0037478B /* MediaDeviceInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MediaDeviceInfo.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</ins><span class="cx">                 15C77089100D3C6A005BA267 /* ValidityState.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ValidityState.idl; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 15C7708A100D3C6A005BA267 /* ValidityState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ValidityState.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 15C77091100D3CA8005BA267 /* JSValidityState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSValidityState.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -14672,6 +14677,9 @@
</span><span class="cx">                                 0779BF0C18453168000B6AE7 /* HTMLMediaElementMediaStream.idl */,
</span><span class="cx">                                 07221B4A17CEC32700848E51 /* MediaConstraintsImpl.cpp */,
</span><span class="cx">                                 07221B4B17CEC32700848E51 /* MediaConstraintsImpl.h */,
</span><ins>+                                159AE82A1B3A402F0037478B /* MediaDeviceInfo.cpp */,
+                                15145B8F1B3A1B3E00662BF7 /* MediaDeviceInfo.h */,
+                                15145B911B3A1D4C00662BF7 /* MediaDeviceInfo.idl */,
</ins><span class="cx">                                 5EA725CD1ACABCD900EAD17B /* MediaDevices.cpp */,
</span><span class="cx">                                 5EA725CE1ACABCD900EAD17B /* MediaDevices.h */,
</span><span class="cx">                                 5EA725CF1ACABCD900EAD17B /* MediaDevices.idl */,
</span><span class="lines">@@ -24308,6 +24316,7 @@
</span><span class="cx">                                 CECADFC7153778FF00E37068 /* DictationAlternative.h in Headers */,
</span><span class="cx">                                 CECADFC9153778FF00E37068 /* DictationCommand.h in Headers */,
</span><span class="cx">                                 D0BD4F5D1408850F006839B6 /* DictationCommandIOS.h in Headers */,
</span><ins>+                                15145B901B3A1CE000662BF7 /* MediaDeviceInfo.h in Headers */,
</ins><span class="cx">                                 316023F01532C40C00D50FF4 /* Dictionary.h in Headers */,
</span><span class="cx">                                 937FF3D51A1012D6008EBA31 /* DictionaryLookup.h in Headers */,
</span><span class="cx">                                 FDAF19991513D131008DB0C3 /* DirectConvolver.h in Headers */,
</span><span class="lines">@@ -29230,6 +29239,7 @@
</span><span class="cx">                                 B2FA3DB80AB75A6F000E5AC4 /* JSSVGPathSegArcAbs.cpp in Sources */,
</span><span class="cx">                                 B2FA3DBA0AB75A6F000E5AC4 /* JSSVGPathSegArcRel.cpp in Sources */,
</span><span class="cx">                                 B2FA3DBC0AB75A6F000E5AC4 /* JSSVGPathSegClosePath.cpp in Sources */,
</span><ins>+                                159AE82B1B3A402F0037478B /* MediaDeviceInfo.cpp in Sources */,
</ins><span class="cx">                                 B2FA3DBE0AB75A6F000E5AC4 /* JSSVGPathSegCurvetoCubicAbs.cpp in Sources */,
</span><span class="cx">                                 B2FA3DC00AB75A6F000E5AC4 /* JSSVGPathSegCurvetoCubicRel.cpp in Sources */,
</span><span class="cx">                                 B2FA3DC20AB75A6F000E5AC4 /* JSSVGPathSegCurvetoCubicSmoothAbs.cpp in Sources */,
</span></span></pre>
</div>
</div>

</body>
</html>