| Index: Source/core/loader/EmptyClients.cpp
|
| diff --git a/Source/core/loader/EmptyClients.cpp b/Source/core/loader/EmptyClients.cpp
|
| index 755b565d36ff70c8b8438927bffd2ba5d3cccc90..2dd00a060f1480a4a0f06176a37369735863e73e 100644
|
| --- a/Source/core/loader/EmptyClients.cpp
|
| +++ b/Source/core/loader/EmptyClients.cpp
|
| @@ -114,7 +114,7 @@ PassRefPtr<Frame> EmptyFrameLoaderClient::createFrame(const KURL&, const String&
|
| return 0;
|
| }
|
|
|
| -PassRefPtr<Widget> EmptyFrameLoaderClient::createPlugin(const IntSize&, HTMLPlugInElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&, bool)
|
| +PassRefPtr<Widget> EmptyFrameLoaderClient::createPlugin(const IntSize&, HTMLPlugInElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&, bool, bool)
|
| {
|
| return 0;
|
| }
|
|
|