Bug 28208 - Typo in FastMalloc.h causes build to fail
Summary: Typo in FastMalloc.h causes build to fail
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-11 19:42 PDT by Thomas Fletcher
Modified: 2009-08-12 06:32 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Fletcher 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
Comment 1 Mark Rowe (bdash) 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>.
Comment 2 Thomas Fletcher 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.