Bug 52969

Summary: Fix FFTFrameStub to compile properly
Product: WebKit Reporter: Chris Rogers <crogers>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dbates, dglazkov, eric, kbr
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch andersca: review+

Description Chris Rogers 2011-01-22 14:50:39 PST
Fix FFTFrameStub to compile properly
Comment 1 Chris Rogers 2011-01-22 14:57:49 PST
Created attachment 79859 [details]
Patch
Comment 2 Eric Seidel (no email) 2011-01-22 15:01:21 PST
Comment on attachment 79859 [details]
Patch

What was the build error?  I don't understand why commenting things out like this is the right fix.
Comment 3 Chris Rogers 2011-01-22 15:05:27 PST
the build error is that it will not compile on Linux because the log2() function is not known.  Since this is simply a stub implementation there's no need to initialize these variables to other than zero.
Comment 4 Daniel Bates 2011-01-22 16:31:07 PST
Comment on attachment 79859 [details]
Patch

Will land by hand as requested by Chris Rogers.
Comment 5 Daniel Bates 2011-01-22 16:34:35 PST
Committed r76456: <http://trac.webkit.org/changeset/76456>