Skip to content

Commit

Permalink
Merge r221989 - [GTK] Fails to build because 'Float32Array' has not b…
Browse files Browse the repository at this point in the history
…een 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:
  • Loading branch information
clopez authored and carlosgcampos committed Oct 16, 2017
1 parent 661ae33 commit 217a6f1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Source/WebCore/ChangeLog
@@ -1,3 +1,16 @@
2017-09-13 Carlos Alberto Lopez Perez <clopez@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-12 Myles C. Maxfield <mmaxfield@apple.com>

ASSERTION FAILED: !m_valueOrException under FontFaceSet::completedLoading loading a Serious Eats page
Expand Down
1 change: 1 addition & 0 deletions Source/WebCore/Modules/webaudio/AudioContext.h
Expand Up @@ -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>
Expand Down

0 comments on commit 217a6f1

Please sign in to comment.