Title: [216893] trunk/Source/WebKit2
Revision
216893
Author
bfulg...@apple.com
Date
2017-05-15 17:50:19 -0700 (Mon, 15 May 2017)

Log Message

Correct typo (part of r216790).

* PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in: The check-in missed part of a
regular _expression_ needed to fix the audio playback.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (216892 => 216893)


--- trunk/Source/WebKit2/ChangeLog	2017-05-16 00:41:50 UTC (rev 216892)
+++ trunk/Source/WebKit2/ChangeLog	2017-05-16 00:50:19 UTC (rev 216893)
@@ -1,3 +1,10 @@
+2017-05-15  Brent Fulgham  <bfulg...@apple.com>
+
+        Correct typo (part of r216790).
+
+        * PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in: The check-in missed part of a
+        regular _expression_ needed to fix the audio playback.
+
 2017-05-15  Jer Noble  <jer.no...@apple.com>
 
         Add experimental setting to allow document gesture interaction to fulfill media playback gesture requirement

Modified: trunk/Source/WebKit2/PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in (216892 => 216893)


--- trunk/Source/WebKit2/PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in	2017-05-16 00:41:50 UTC (rev 216892)
+++ trunk/Source/WebKit2/PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in	2017-05-16 00:50:19 UTC (rev 216893)
@@ -49,7 +49,7 @@
     (iokit-property "DeviceEqID")
     (iokit-property-regex #"^IOAudioControl(ChannelID|ID|SubType|Usage)")
     (iokit-property-regex #"^IOAudioDevice(CanBeDefaults|TransportType)")
-    (iokit-property-regex #"^IOAudioEngine(ChannelNames|ClientDescription|CoreAudioPlugIn|(Device)Description|Flavor|GlobalUniqueID|OutputChannelLayout|SampleOffset|State)")
+    (iokit-property-regex #"^IOAudioEngine(ChannelNames|ClientDescription|CoreAudioPlugIn|(|Device)Description|Flavor|GlobalUniqueID|OutputChannelLayout|SampleOffset|State)")
     (iokit-property-regex #"^IOAudioEngineClock(Domain|IsStable)")
     (iokit-property "IOAudioEngineDisableClockBoundsCheck")
     (iokit-property-regex #"^IOAudioEngine(Input|Output)Sample(Latency|Offset)")
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to