Title: [109703] trunk/Source/WebCore
Revision
109703
Author
[email protected]
Date
2012-03-04 20:43:00 -0800 (Sun, 04 Mar 2012)

Log Message

Unreviewed build fix for ENABLE(MATHML).

* mathml/MathMLElement.h:
(WebCore):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (109702 => 109703)


--- trunk/Source/WebCore/ChangeLog	2012-03-05 04:09:39 UTC (rev 109702)
+++ trunk/Source/WebCore/ChangeLog	2012-03-05 04:43:00 UTC (rev 109703)
@@ -1,3 +1,10 @@
+2012-03-04  MORITA Hajime <[email protected]>
+
+        Unreviewed build fix for ENABLE(MATHML).
+
+        * mathml/MathMLElement.h:
+        (WebCore):
+
 2012-03-04  MORITA Hajime  <[email protected]>
 
         WebKit needs toHTMLUnknownElement() and isUnknown() for sanity check.

Modified: trunk/Source/WebCore/mathml/MathMLElement.h (109702 => 109703)


--- trunk/Source/WebCore/mathml/MathMLElement.h	2012-03-05 04:09:39 UTC (rev 109702)
+++ trunk/Source/WebCore/mathml/MathMLElement.h	2012-03-05 04:43:00 UTC (rev 109703)
@@ -45,8 +45,6 @@
     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
     virtual void collectStyleForAttribute(Attribute*, StylePropertySet*) OVERRIDE;
 };
-    
-}
 
 inline MathMLElement* toMathMLElement(Element* element)
 {
@@ -54,5 +52,7 @@
     return static_cast<MathMLElement*>(element);
 }
 
+}
+
 #endif // ENABLE(MATHML)
 #endif // MathMLElement_h
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to