Bug 74314

Summary: r102234 caused RuleData to use 33 bits in its bitmask
Product: WebKit Reporter: Ojan Vafai <ojan>
Component: New BugsAssignee: Ojan Vafai <ojan>
Status: RESOLVED FIXED    
Severity: Normal CC: hyatt, koivisto, macpherson, mihnea, mitz, tony, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 74327    
Attachments:
Description Flags
Patch koivisto: review+, koivisto: commit-queue+

Description Ojan Vafai 2011-12-12 12:00:27 PST
r102234 caused RuleData to use 33 bits in it's bitmask
Comment 1 Ojan Vafai 2011-12-12 12:37:37 PST
Created attachment 118826 [details]
Patch
Comment 2 Antti Koivisto 2011-12-12 13:06:11 PST
Comment on attachment 118826 [details]
Patch

r=me, bonus points for the COMPILE_ASSERT
Comment 3 Ojan Vafai 2011-12-12 13:25:15 PST
Committed r102613: <http://trac.webkit.org/changeset/102613>
Comment 4 Luke Macpherson 2011-12-12 16:04:18 PST
It would be wise to wait for the windows bot to finish before letting this commit.