Index: Source/core/html/HTMLVideoElement.cpp |
diff --git a/Source/core/html/HTMLVideoElement.cpp b/Source/core/html/HTMLVideoElement.cpp |
index 5d58b9d32b43a5193a1528eb600f01392fdcfc92..b72896f6288cad2c652c30691ff16cb8c91596bd 100644 |
--- a/Source/core/html/HTMLVideoElement.cpp |
+++ b/Source/core/html/HTMLVideoElement.cpp |
@@ -65,7 +65,7 @@ bool HTMLVideoElement::rendererIsNeeded(const NodeRenderingContext& context) |
RenderObject* HTMLVideoElement::createRenderer(RenderStyle*) |
{ |
- return new (document()->renderArena()) RenderVideo(this); |
+ return new RenderVideo(this); |
} |
void HTMLVideoElement::attach(const AttachContext& context) |