Bug 58555

Summary: Fix Web Audio build on Linux Debug and with stub FFTFrame
Product: WebKit Reporter: Kenneth Russell <kbr>
Component: WebCore Misc.Assignee: Kenneth Russell <kbr>
Status: RESOLVED FIXED    
Severity: Normal CC: crogers, dglazkov
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch dglazkov: review+, kbr: commit-queue-

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>