Bug 124912

Summary: Structure::m_staticFunctionReified should be a single bit.
Product: WebKit Reporter: Andreas Kling <kling>
Component: JavaScriptCoreAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Andreas Kling 2013-11-26 19:55:44 PST
Structure::m_staticFunctionReified should be a single bit. It's currently taking up 4 bytes, making Structure 8 bytes bigger than it needs to be. Whew.
Comment 1 Andreas Kling 2013-11-26 19:57:06 PST
Created attachment 217921 [details]
Patch
Comment 2 WebKit Commit Bot 2013-11-27 07:07:50 PST
Comment on attachment 217921 [details]
Patch

Clearing flags on attachment: 217921

Committed r159814: <http://trac.webkit.org/changeset/159814>
Comment 3 WebKit Commit Bot 2013-11-27 07:07:51 PST
All reviewed patches have been landed.  Closing bug.