| Index: third_party/WebKit/Source/core/html/HTMLEmbedElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLEmbedElement.cpp b/third_party/WebKit/Source/core/html/HTMLEmbedElement.cpp
|
| index dd201c94b210a22b043e84f5e16e05f3d74d9fa4..da88411a5e0a4e25b7cd5ddc9f032c03289d5e9d 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLEmbedElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLEmbedElement.cpp
|
| @@ -29,13 +29,13 @@
|
| #include "core/dom/Attribute.h"
|
| #include "core/dom/ElementTraversal.h"
|
| #include "core/dom/shadow/ShadowRoot.h"
|
| +#include "core/frame/LocalFrameClient.h"
|
| #include "core/html/HTMLImageLoader.h"
|
| #include "core/html/HTMLObjectElement.h"
|
| #include "core/html/PluginDocument.h"
|
| #include "core/html/parser/HTMLParserIdioms.h"
|
| #include "core/layout/LayoutPart.h"
|
| #include "core/layout/api/LayoutEmbeddedItem.h"
|
| -#include "core/loader/FrameLoaderClient.h"
|
|
|
| namespace blink {
|
|
|
|
|