Bug 137914

Summary: Shrink MathMLOperatorDictionary::dictionary table
Product: WebKit Reporter: Zan Dobersek <zan>
Component: New BugsAssignee: Zan Dobersek <zan>
Status: RESOLVED FIXED    
Severity: Normal CC: alex, commit-queue, dbarton, esprehn+autocc, fred.wang, glenn, kondapallykalyan, mrobinson
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Zan Dobersek 2014-10-21 00:50:53 PDT
Shrink MathMLOperatorDictionary::dictionary table
Comment 1 Zan Dobersek 2014-10-21 00:52:31 PDT
Created attachment 240194 [details]
Patch
Comment 2 Darin Adler 2014-10-21 15:48:15 PDT
Comment on attachment 240194 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=240194&action=review

> Source/WebCore/rendering/mathml/RenderMathMLOperator.h:53
> +    unsigned form : 2;

Looks like we need some static_cast where this is used.
Comment 3 Zan Dobersek 2014-10-22 00:11:50 PDT
Created attachment 240254 [details]
Patch
Comment 4 Zan Dobersek 2014-10-27 11:06:28 PDT
Comment on attachment 240254 [details]
Patch

Clearing flags on attachment: 240254

Committed r175221: <http://trac.webkit.org/changeset/175221>
Comment 5 Zan Dobersek 2014-10-27 11:06:39 PDT
All reviewed patches have been landed.  Closing bug.