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+

Chris Rogers
Reported 2011-01-22 14:50:39 PST
Fix FFTFrameStub to compile properly
Attachments
Patch (1.18 KB, patch)
2011-01-22 14:57 PST, Chris Rogers
andersca: review+
Chris Rogers
Comment 1 2011-01-22 14:57:49 PST
Eric Seidel (no email)
Comment 2 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.
Chris Rogers
Comment 3 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.
Daniel Bates
Comment 4 2011-01-22 16:31:07 PST
Comment on attachment 79859 [details] Patch Will land by hand as requested by Chris Rogers.
Daniel Bates
Comment 5 2011-01-22 16:34:35 PST
Note You need to log in before you can comment on or make changes to this bug.