Bug 74314 - r102234 caused RuleData to use 33 bits in its bitmask
Summary: r102234 caused RuleData to use 33 bits in its bitmask
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ojan Vafai
URL:
Keywords:
Depends on:
Blocks: 74327
  Show dependency treegraph
 
Reported: 2011-12-12 12:00 PST by Ojan Vafai
Modified: 2011-12-12 16:04 PST (History)
7 users (show)

See Also:


Attachments
Patch (2.07 KB, patch)
2011-12-12 12:37 PST, Ojan Vafai
koivisto: review+
koivisto: commit-queue+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.