Bug 58555 - Fix Web Audio build on Linux Debug and with stub FFTFrame
Summary: Fix Web Audio build on Linux Debug and with stub FFTFrame
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Kenneth Russell
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-14 11:10 PDT by Kenneth Russell
Modified: 2011-04-14 11:20 PDT (History)
2 users (show)

See Also:


Attachments
Patch (2.55 KB, patch)
2011-04-14 11:11 PDT, Kenneth Russell
dglazkov: review+
kbr: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Russell 2011-04-14 11:10:06 PDT
The Web Audio build is currently broken in debug Linux builds of Chromium due to missing #includes of stdio.h, and in general when using the stub FFTFrame class due to a missing definition of FFTFrame::initialize().
Comment 1 Kenneth Russell 2011-04-14 11:11:53 PDT
Created attachment 89610 [details]
Patch
Comment 2 Dimitri Glazkov (Google) 2011-04-14 11:13:09 PDT
Comment on attachment 89610 [details]
Patch

ok.
Comment 3 Kenneth Russell 2011-04-14 11:20:00 PDT
Committed r83875: <http://trac.webkit.org/changeset/83875>