Title: [155145] trunk/Source/WebCore/rendering/mathml/RenderMathMLOperator.cpp
- Revision
- 155145
- Author
- [email protected]
- Date
- 2013-09-05 13:54:49 -0700 (Thu, 05 Sep 2013)
Log Message
Fix build bustage.
Modified Paths
Diff
Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLOperator.cpp (155144 => 155145)
--- trunk/Source/WebCore/rendering/mathml/RenderMathMLOperator.cpp 2013-09-05 20:17:48 UTC (rev 155144)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLOperator.cpp 2013-09-05 20:54:49 UTC (rev 155145)
@@ -33,6 +33,7 @@
#include "FontCache.h"
#include "FontSelector.h"
#include "MathMLNames.h"
+#include "RenderBlockFlow.h"
#include "RenderText.h"
namespace WebCore {
@@ -307,7 +308,7 @@
addChild(container);
RenderBlock* parent = container;
if (charRelative) {
- RenderBlock* charBlock = new (renderArena()) RenderBlock(node());
+ RenderBlockFlow* charBlock = new (renderArena()) RenderBlockFlow(node());
RefPtr<RenderStyle> charStyle = RenderStyle::create();
charStyle->inheritFrom(container->style());
charStyle->setDisplay(INLINE_BLOCK);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes