| Index: third_party/WebKit/Source/core/loader/EmptyClients.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.cpp b/third_party/WebKit/Source/core/loader/EmptyClients.cpp
|
| index 60b4716197fed6ad7d82208a039447eff2ea7547..13e7f5bb71757d38f2fd829e84b26dfe48ba12eb 100644
|
| --- a/third_party/WebKit/Source/core/loader/EmptyClients.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/EmptyClients.cpp
|
| @@ -148,6 +148,11 @@ PassRefPtrWillBeRawPtr<LocalFrame> EmptyFrameLoaderClient::createFrame(const Fra
|
| return nullptr;
|
| }
|
|
|
| +WebFramelet* EmptyFrameLoaderClient::createFramelet(const KURL&, HTMLFrameletElement*)
|
| +{
|
| + return nullptr;
|
| +}
|
| +
|
| PassRefPtrWillBeRawPtr<Widget> EmptyFrameLoaderClient::createPlugin(HTMLPlugInElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&, bool, DetachedPluginPolicy)
|
| {
|
| return nullptr;
|
|
|