Title: [221989] trunk/Source/WebCore
Revision
221989
Author
clo...@igalia.com
Date
2017-09-13 13:17:35 -0700 (Wed, 13 Sep 2017)

Log Message

[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: trunk/Source/WebCore/ChangeLog (221988 => 221989)


--- trunk/Source/WebCore/ChangeLog	2017-09-13 20:04:45 UTC (rev 221988)
+++ trunk/Source/WebCore/ChangeLog	2017-09-13 20:17:35 UTC (rev 221989)
@@ -1,3 +1,16 @@
+2017-09-13  Carlos Alberto Lopez Perez  <clo...@igalia.com>
+
+        [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-13  Andy Estes  <aes...@apple.com>
 
         [CF] Upstream CFNetwork-related WebKitSystemInterface functions

Modified: trunk/Source/WebCore/Modules/webaudio/AudioContext.h (221988 => 221989)


--- trunk/Source/WebCore/Modules/webaudio/AudioContext.h	2017-09-13 20:04:45 UTC (rev 221988)
+++ trunk/Source/WebCore/Modules/webaudio/AudioContext.h	2017-09-13 20:17:35 UTC (rev 221989)
@@ -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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to