| Index: Source/core/loader/EmptyClients.h
|
| diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
|
| index cf92613977b5d64a7a4839433a472d910a299755..227fa3f5fee78ccd292a204ee275c66d316c40e0 100644
|
| --- a/Source/core/loader/EmptyClients.h
|
| +++ b/Source/core/loader/EmptyClients.h
|
| @@ -104,7 +104,8 @@ public:
|
|
|
| virtual void setResizable(bool) OVERRIDE { }
|
|
|
| - virtual void addMessageToConsole(MessageSource, MessageLevel, const String&, unsigned, const String&) OVERRIDE { }
|
| + virtual bool shouldReportDetailedMessageForSource(const String&) OVERRIDE { return false; }
|
| + virtual void addMessageToConsole(MessageSource, MessageLevel, const String&, unsigned, const String&, const String&) OVERRIDE { }
|
|
|
| virtual bool canRunBeforeUnloadConfirmPanel() OVERRIDE { return false; }
|
| virtual bool runBeforeUnloadConfirmPanel(const String&, Frame*) OVERRIDE { return true; }
|
|
|