Bug 43855
Summary: | configure.ac lists --enable-indexeddb for --help, but expects --enable-indexed-database | ||
---|---|---|---|
Product: | WebKit | Reporter: | red47514f7 |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Trivial | ||
Priority: | P5 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
red47514f7
I downloaded the freshest nightly, and tried to choose options for the build.
configure.ac lists an option for HTML5 Indexed Database interface.
1) "configure --help" shows "--enable-indexeddb" while parser expects "--enable-indexed-database".
2) configuration summary doesn't say anything when I enable that option. Does it have any effect or is it obsolete remains unclear.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
red47514f7
Noticed that --help gives correct spelling.