Bug 52889
| Summary: | [GTK] AudioProcessingEvent.h and JSJavaScriptAudioNode.h: No such file or directory | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alexey Shabalin <a.shabalin> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | mrobinson |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Alexey Shabalin
if build release webkit-1.3.10 with --enable-web-audio
then have error:
Source/WebCore/bindings/js/JSEventCustom.cpp:104:34: fatal error: AudioProcessingEvent.h: No such file or directory
compilation terminated.
Source/WebCore/bindings/js/JSEventTarget.cpp:87:35: fatal error: JSJavaScriptAudioNode.h: No such file or directory
compilation terminated.
Why AudioProcessingEvent.h and JSJavaScriptAudioNode.h not included in release tar.gz?
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Martin Robinson
Committed r76960: <http://trac.webkit.org/changeset/76960>
Martin Robinson
I fixed the missing files from the source distribution, but keep in mind that web audio is at a very early state right now.