| Index: Source/core/html/HTMLEmbedElement.cpp
|
| diff --git a/Source/core/html/HTMLEmbedElement.cpp b/Source/core/html/HTMLEmbedElement.cpp
|
| index 88134d66a3f8f438e382ad0981a036eaea372adf..0a5e1f11db96221a385b6b00540ac526c06ffc8f 100644
|
| --- a/Source/core/html/HTMLEmbedElement.cpp
|
| +++ b/Source/core/html/HTMLEmbedElement.cpp
|
| @@ -33,8 +33,8 @@
|
| #include "core/html/HTMLObjectElement.h"
|
| #include "core/html/PluginDocument.h"
|
| #include "core/html/parser/HTMLParserIdioms.h"
|
| +#include "core/layout/LayoutEmbeddedObject.h"
|
| #include "core/layout/LayoutPart.h"
|
| -#include "core/rendering/RenderEmbeddedObject.h"
|
|
|
| namespace blink {
|
|
|
| @@ -123,7 +123,7 @@ void HTMLEmbedElement::parametersForPlugin(Vector<String>& paramNames, Vector<St
|
| // moved down into HTMLPluginElement.cpp
|
| void HTMLEmbedElement::updateWidgetInternal()
|
| {
|
| - ASSERT(!renderEmbeddedObject()->showsUnavailablePluginIndicator());
|
| + ASSERT(!layoutEmbeddedObject()->showsUnavailablePluginIndicator());
|
| ASSERT(needsWidgetUpdate());
|
| setNeedsWidgetUpdate(false);
|
|
|
|
|