Changeset 61493 in webkit


Ignore:
Timestamp:
Jun 19, 2010 9:35:25 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-06-19 Alex Milowski <alex@milowski.com>

Reviewed by Darin Adler.

A fix for a change in https://bugs.webkit.org/show_bug.cgi?id=39941
that caused a compile error in MathML.
https://bugs.webkit.org/show_bug.cgi?id=40827

  • mathml/MathMLElement.cpp: (WebCore::MathMLElement::MathMLElement):
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r61492 r61493  
     12010-06-19  Alex Milowski  <alex@milowski.com>
     2
     3        Reviewed by Darin Adler.
     4
     5        A fix for a change in https://bugs.webkit.org/show_bug.cgi?id=39941
     6        that caused a compile error in MathML.
     7        https://bugs.webkit.org/show_bug.cgi?id=40827
     8
     9        * mathml/MathMLElement.cpp:
     10        (WebCore::MathMLElement::MathMLElement):
     11
    1122010-06-19  Kartikaya Gupta  <kagupta@rim.com>
    213
  • trunk/WebCore/mathml/MathMLElement.cpp

    r61293 r61493  
    3939   
    4040MathMLElement::MathMLElement(const QualifiedName& tagName, Document* document)
    41     : StyledElement(tagName, document)
     41    : StyledElement(tagName, document, CreateStyledElement)
    4242{
    4343}
Note: See TracChangeset for help on using the changeset viewer.