| Index: third_party/WebKit/Source/web/WebHelperPluginImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebHelperPluginImpl.cpp b/third_party/WebKit/Source/web/WebHelperPluginImpl.cpp
|
| index 1baedd00cecbfded6e09db978c68e5e8233108a0..03b6c54cf55d28c52e05b652c3b0081a7c5afe06 100644
|
| --- a/third_party/WebKit/Source/web/WebHelperPluginImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebHelperPluginImpl.cpp
|
| @@ -30,9 +30,9 @@
|
|
|
| #include "web/WebHelperPluginImpl.h"
|
|
|
| +#include "core/frame/LocalFrameClient.h"
|
| #include "core/html/HTMLObjectElement.h"
|
| #include "core/loader/FrameLoader.h"
|
| -#include "core/loader/FrameLoaderClient.h"
|
| #include "public/web/WebPlugin.h"
|
| #include "web/WebLocalFrameImpl.h"
|
| #include "web/WebPluginContainerImpl.h"
|
| @@ -68,7 +68,7 @@ bool WebHelperPluginImpl::initialize(const String& pluginType,
|
| toWebPluginContainerImpl(frame->frame()->loader().client()->createPlugin(
|
| m_objectElement.get(), frame->frame()->document()->url(),
|
| attributeNames, attributeValues, pluginType, false,
|
| - FrameLoaderClient::AllowDetachedPlugin));
|
| + LocalFrameClient::AllowDetachedPlugin));
|
|
|
| if (!m_pluginContainer)
|
| return false;
|
|
|