Bug 28208

Summary: Typo in FastMalloc.h causes build to fail
Product: WebKit Reporter: Thomas Fletcher <thomas>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: mrowe
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   

Thomas Fletcher
Reported 2009-08-11 19:42:11 PDT
Trying to get a stock version built for Windows I ran across this typo in WebKit/JavaScriptCore/wtf/FastMalloc.h that caused the compile to stop dead. I'm just using the stock build procedure from the website, no extra arguments, so I'm surprised this isn't hitting others. The patch is a simple typo fix in an inline declaration s -> size Patch is attached
Attachments
Mark Rowe (bdash)
Comment 1 2009-08-11 20:35:45 PDT
There's no patch attached, and I don't see any references to "s" in FastMalloc.h in <http://trac.webkit.org/browser/trunk/JavaScriptCore/wtf/FastMalloc.h>.
Thomas Fletcher
Comment 2 2009-08-12 06:32:24 PDT
Sorry ... IE dropped the patch off for some reason. Looks like it is an irrelevant issue now though since it has been changed already in rev 47000. Sorry for the noise.
Note You need to log in before you can comment on or make changes to this bug.