| Index: Source/core/loader/EmptyClients.h
|
| diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
|
| index 2f104663296ca93fbcca28f8196fbf5ed2c43e8f..f153ab4465e3d26d3e73d1d9437517518cf13da3 100644
|
| --- a/Source/core/loader/EmptyClients.h
|
| +++ b/Source/core/loader/EmptyClients.h
|
| @@ -106,6 +106,9 @@ public:
|
|
|
| virtual void addMessageToConsole(MessageSource, MessageLevel, const String&, unsigned, const String&) OVERRIDE { }
|
|
|
| + virtual bool shouldReportDetailedMessage(const String&) OVERRIDE { return false; }
|
| + virtual void reportDetailedMessage(const String&, MessageLevel, const String&, const String&) OVERRIDE { }
|
| +
|
| virtual bool canRunBeforeUnloadConfirmPanel() OVERRIDE { return false; }
|
| virtual bool runBeforeUnloadConfirmPanel(const String&, Frame*) OVERRIDE { return true; }
|
|
|
|
|