Title: [213334] trunk/LayoutTests
Revision
213334
Author
commit-qu...@webkit.org
Date
2017-03-02 17:44:03 -0800 (Thu, 02 Mar 2017)

Log Message

Fixing typo in LayoutTests/webrtc/audio-peer-connection-webaudio.html
https://bugs.webkit.org/show_bug.cgi?id=169111

Unreviewed.

Patch by Youenn Fablet <you...@apple.com> on 2017-03-02

* webrtc/audio-peer-connection-webaudio.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (213333 => 213334)


--- trunk/LayoutTests/ChangeLog	2017-03-03 01:37:48 UTC (rev 213333)
+++ trunk/LayoutTests/ChangeLog	2017-03-03 01:44:03 UTC (rev 213334)
@@ -1,5 +1,14 @@
 2017-03-02  Youenn Fablet  <you...@apple.com>
 
+        Fixing typo in LayoutTests/webrtc/audio-peer-connection-webaudio.html
+        https://bugs.webkit.org/show_bug.cgi?id=169111
+
+        Unreviewed.
+
+        * webrtc/audio-peer-connection-webaudio.html:
+
+2017-03-02  Youenn Fablet  <you...@apple.com>
+
         [iOS] Enable webrtc tests for debug builds
         https://bugs.webkit.org/show_bug.cgi?id=169108
 

Modified: trunk/LayoutTests/webrtc/audio-peer-connection-webaudio.html (213333 => 213334)


--- trunk/LayoutTests/webrtc/audio-peer-connection-webaudio.html	2017-03-03 01:37:48 UTC (rev 213333)
+++ trunk/LayoutTests/webrtc/audio-peer-connection-webaudio.html	2017-03-03 01:44:03 UTC (rev 213334)
@@ -68,7 +68,7 @@
                         assert_true(heardBip, "heard bip");
                         assert_true(heardBop, "heard bop");
                         test.done();
-                    };);
+                    });
 
                     var timeout = setTimeout(done, 3000);
                     var interval = setInterval(analyse, 1000 / 30);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to