Bug 64485 - Remove an unused bit in RenderObject
Summary: Remove an unused bit in RenderObject
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Julien Chaffraix
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-13 14:26 PDT by Julien Chaffraix
Modified: 2011-07-20 18:04 PDT (History)
2 users (show)

See Also:


Attachments
Proposed fix: Remove the unused bit. (1.52 KB, patch)
2011-07-13 14:31 PDT, Julien Chaffraix
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Chaffraix 2011-07-13 14:26:16 PDT
We have 33 bits in release in RenderObject and not 32 as advertised!
Comment 1 Julien Chaffraix 2011-07-13 14:31:58 PDT
Created attachment 100713 [details]
Proposed fix: Remove the unused bit.
Comment 2 WebKit Review Bot 2011-07-13 16:01:06 PDT
Comment on attachment 100713 [details]
Proposed fix: Remove the unused bit.

Clearing flags on attachment: 100713

Committed r90961: <http://trac.webkit.org/changeset/90961>
Comment 3 WebKit Review Bot 2011-07-13 16:01:09 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Simon Fraser (smfr) 2011-07-20 18:04:47 PDT
Shame this patch didn't add some compile-time assertion.