Title: [215559] trunk/Source/WebKit2
Revision
215559
Author
[email protected]
Date
2017-04-20 08:55:09 -0700 (Thu, 20 Apr 2017)

Log Message

[WK2][macOS] Allow iokit-get-properties for IOAudioControlValue
https://bugs.webkit.org/show_bug.cgi?id=171020
<rdar://problem/30878974>

Reviewed by Alexey Proskuryakov.

* WebProcess/com.apple.WebProcess.sb.in: Add missing property name.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (215558 => 215559)


--- trunk/Source/WebKit2/ChangeLog	2017-04-20 15:48:49 UTC (rev 215558)
+++ trunk/Source/WebKit2/ChangeLog	2017-04-20 15:55:09 UTC (rev 215559)
@@ -1,3 +1,13 @@
+2017-04-20  Brent Fulgham  <[email protected]>
+
+        [WK2][macOS] Allow iokit-get-properties for IOAudioControlValue
+        https://bugs.webkit.org/show_bug.cgi?id=171020
+        <rdar://problem/30878974>
+
+        Reviewed by Alexey Proskuryakov.
+
+        * WebProcess/com.apple.WebProcess.sb.in: Add missing property name.
+
 2017-04-19  Joseph Pecoraro  <[email protected]>
 
         Remove WebKitTestRunner code for enabling features that are already enabled by default

Modified: trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in (215558 => 215559)


--- trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in	2017-04-20 15:48:49 UTC (rev 215558)
+++ trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in	2017-04-20 15:55:09 UTC (rev 215559)
@@ -56,7 +56,7 @@
     (iokit-property "EnableLPVP")
     (iokit-property-regex #"^IOAccel(Index|Types|Revision)")
     (iokit-property-regex #"^IO(Class|MatchCategory|NameMatch)")
-    (iokit-property-regex #"^IOAudioControl(ChannelID|ID|SubType|Usage)")
+    (iokit-property-regex #"^IOAudioControl(ChannelID|ID|SubType|Usage|Value)")
     (iokit-property-regex #"^IOAudioDevice(CanBeDefaults|TransportType)")
     (iokit-property-regex #"^IOAudioEngine(ChannelNames|ClientDescription|CoreAudioPlugIn|(|Device)Description|Flavor|GlobalUniqueID|IsHidden|OutputChannelLayout|SampleOffset|State)")
     (iokit-property-regex #"^IOAudioEngineClock(Domain|IsStable)")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to