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    

Description Brady Eidson 2015-11-15 11:19:02 PST
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.
Comment 1 Brady Eidson 2016-03-01 21:47:00 PST
Changing dependency so this doesn't block the feature bug (Certainly not critical for pencils down)
Comment 2 Anne van Kesteren 2023-12-28 08:49:51 PST
This appears to have been addressed.