Index: Source/core/rendering/RenderRubyRun.cpp |
diff --git a/Source/core/rendering/RenderRubyRun.cpp b/Source/core/rendering/RenderRubyRun.cpp |
index 3686cb07dde169d3c5de048e53afe83a240823d0..8a6ed67b767e55db7c51e80d065d52983ca757c4 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()); |