Bug 28208
| Summary: | Typo in FastMalloc.h causes build to fail | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Thomas Fletcher <thomas> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | mrowe |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
Thomas Fletcher
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Mark Rowe (bdash)
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
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.