Bug 151296
Summary: | Modern IDB: "unsigned long" in IDLs should actually means uint32_t in implementation | ||
---|---|---|---|
Product: | WebKit | Reporter: | Brady Eidson <beidson> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | annevk |
Priority: | P2 | ||
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 149117 | ||
Bug Blocks: | 165889 |
Brady Eidson
Modern IDB: "unsigned long" in IDLs should actually means uint32_t in implementation
Instead we've perpetuated "unsigned long" throughout the IDB code which is not correct.
See https://bugs.webkit.org/show_bug.cgi?id=151196#c3 for more.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brady Eidson
Changing dependency so this doesn't block the feature bug (Certainly not critical for pencils down)
Anne van Kesteren
This appears to have been addressed.