Bug 40827 - Compile Error in MathML Caused by Removal of ConstructionType Argument
Summary: Compile Error in MathML Caused by Removal of ConstructionType Argument
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P3 Major
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 3251
  Show dependency treegraph
 
Reported: 2010-06-18 05:05 PDT by Alex Milowski
Modified: 2010-06-19 09:35 PDT (History)
2 users (show)

See Also:


Attachments
Patch to MathMLElement.cpp to fix the compile error. (1.09 KB, patch)
2010-06-18 05:09 PDT, Alex Milowski
no flags Details | Formatted Diff | Diff

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