Title: [223366] releases/WebKitGTK/webkit-2.18/Source/WebCore
Revision
223366
Author
[email protected]
Date
2017-10-16 03:21:25 -0700 (Mon, 16 Oct 2017)

Log Message

Merge r221989 - [GTK] Fails to build because 'Float32Array' has not been declared in AudioContext.h
https://bugs.webkit.org/show_bug.cgi?id=176870

Reviewed by Konstantin Tokarev.

Add missing include of Float32Array.h

No new tests, its a build fix.

* Modules/webaudio/AudioContext.h:

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.18/Source/WebCore/ChangeLog (223365 => 223366)


--- releases/WebKitGTK/webkit-2.18/Source/WebCore/ChangeLog	2017-10-16 10:15:46 UTC (rev 223365)
+++ releases/WebKitGTK/webkit-2.18/Source/WebCore/ChangeLog	2017-10-16 10:21:25 UTC (rev 223366)
@@ -1,3 +1,16 @@
+2017-09-13  Carlos Alberto Lopez Perez  <[email protected]>
+
+        [GTK] Fails to build because 'Float32Array' has not been declared in AudioContext.h
+        https://bugs.webkit.org/show_bug.cgi?id=176870
+
+        Reviewed by Konstantin Tokarev.
+
+        Add missing include of Float32Array.h
+
+        No new tests, its a build fix.
+
+        * Modules/webaudio/AudioContext.h:
+
 2017-09-12  Myles C. Maxfield  <[email protected]>
 
         ASSERTION FAILED: !m_valueOrException under FontFaceSet::completedLoading loading a Serious Eats page

Modified: releases/WebKitGTK/webkit-2.18/Source/WebCore/Modules/webaudio/AudioContext.h (223365 => 223366)


--- releases/WebKitGTK/webkit-2.18/Source/WebCore/Modules/webaudio/AudioContext.h	2017-10-16 10:15:46 UTC (rev 223365)
+++ releases/WebKitGTK/webkit-2.18/Source/WebCore/Modules/webaudio/AudioContext.h	2017-10-16 10:21:25 UTC (rev 223366)
@@ -36,6 +36,7 @@
 #include "PlatformMediaSession.h"
 #include "VisibilityChangeClient.h"
 #include <atomic>
+#include <runtime/Float32Array.h>
 #include <wtf/HashSet.h>
 #include <wtf/MainThread.h>
 #include <wtf/RefPtr.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to