| Index: Source/core/loader/EmptyClients.h
|
| diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
|
| index 5a3188bab4edd81552a2a24f4178a438d28d8887..58ca8545dfa90529279041eb8438c04a9856c6f5 100644
|
| --- a/Source/core/loader/EmptyClients.h
|
| +++ b/Source/core/loader/EmptyClients.h
|
| @@ -234,6 +234,7 @@ public:
|
| virtual void selectorMatchChanged(const Vector<String>&, const Vector<String>&) OVERRIDE { }
|
| virtual PassRefPtr<LocalFrame> createFrame(const KURL&, const AtomicString&, const Referrer&, HTMLFrameOwnerElement*) OVERRIDE;
|
| virtual PassRefPtr<Widget> createPlugin(HTMLPlugInElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&, bool, DetachedPluginPolicy) OVERRIDE;
|
| + virtual bool canCreatePluginWithoutRenderer(const String& mimeType) const OVERRIDE { return false; }
|
| virtual PassRefPtr<Widget> createJavaAppletWidget(HTMLAppletElement*, const KURL&, const Vector<String>&, const Vector<String>&) OVERRIDE;
|
|
|
| virtual ObjectContentType objectContentType(const KURL&, const String&, bool) OVERRIDE { return ObjectContentType(); }
|
|
|