Index: Source/core/rendering/RenderRubyRun.cpp |
diff --git a/Source/core/rendering/RenderRubyRun.cpp b/Source/core/rendering/RenderRubyRun.cpp |
index 5890d2a1d48223fc6f1e57edbc39d6e75d094cf8..80b4cbde85f5ec9f6b3a3d0982f6eb0e90405035 100644 |
--- a/Source/core/rendering/RenderRubyRun.cpp |
+++ b/Source/core/rendering/RenderRubyRun.cpp |
@@ -207,7 +207,7 @@ RenderRubyBase* RenderRubyRun::createRubyBase() const |
RenderRubyRun* RenderRubyRun::staticCreateRubyRun(const RenderObject* parentRuby) |
{ |
ASSERT(parentRuby && parentRuby->isRuby()); |
- RenderRubyRun* rr = new (parentRuby->renderArena()) RenderRubyRun(); |
+ RenderRubyRun* rr = new RenderRubyRun(); |
rr->setDocumentForAnonymous(parentRuby->document()); |
RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(parentRuby->style(), INLINE_BLOCK); |
rr->setStyle(newStyle.release()); |