Index: Source/core/layout/LayoutReplica.cpp |
diff --git a/Source/core/layout/LayoutReplica.cpp b/Source/core/layout/LayoutReplica.cpp |
index a2291a7e53d78524c42c6652c42686811251649b..56553871aabe1619e6b45f95f1859a65452fe518 100644 |
--- a/Source/core/layout/LayoutReplica.cpp |
+++ b/Source/core/layout/LayoutReplica.cpp |
@@ -35,7 +35,7 @@ |
namespace blink { |
LayoutReplica::LayoutReplica() |
- : RenderBox(0) |
+ : LayoutBox(0) |
{ |
// This is a hack. Replicas are synthetic, and don't pick up the attributes of the |
// renderers being replicated, so they always report that they are inline, non-replaced. |