| Index: Source/core/layout/LayoutApplet.cpp
|
| diff --git a/Source/core/layout/LayoutApplet.cpp b/Source/core/layout/LayoutApplet.cpp
|
| index 59bea7ffd8548ef6f35a303182a0abaf7cc16e27..6ebc4dcc8ba0b16d37fc71858e54623f3455773e 100644
|
| --- a/Source/core/layout/LayoutApplet.cpp
|
| +++ b/Source/core/layout/LayoutApplet.cpp
|
| @@ -28,7 +28,7 @@
|
| namespace blink {
|
|
|
| LayoutApplet::LayoutApplet(HTMLAppletElement* applet)
|
| - : RenderEmbeddedObject(applet)
|
| + : LayoutEmbeddedObject(applet)
|
| {
|
| setInline(true);
|
| UseCounter::count(document(), UseCounter::HTMLAppletElement);
|
|
|