Bug 40827

Summary: Compile Error in MathML Caused by Removal of ConstructionType Argument
Product: WebKit Reporter: Alex Milowski <alex>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Major CC: commit-queue, fred.wang
Priority: P3    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 3251    
Attachments:
Description Flags
Patch to MathMLElement.cpp to fix the compile error. none

Description Alex Milowski 2010-06-18 05:05:46 PDT
The patch for https://bugs.webkit.org/show_bug.cgi?id=39941 has removed the ConstructionType argument for the StyleElement constructor call in MathMLElement.cpp but there is no default for that argument.  As such, you get a compile error when building MathML.
Comment 1 Alex Milowski 2010-06-18 05:09:57 PDT
Created attachment 59097 [details]
Patch to MathMLElement.cpp to fix the compile error.
Comment 2 WebKit Commit Bot 2010-06-19 09:35:35 PDT
Comment on attachment 59097 [details]
Patch to MathMLElement.cpp to fix the compile error.

Clearing flags on attachment: 59097

Committed r61493: <http://trac.webkit.org/changeset/61493>
Comment 3 WebKit Commit Bot 2010-06-19 09:35:39 PDT
All reviewed patches have been landed.  Closing bug.