| Index: Source/core/loader/EmptyClients.h
|
| diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
|
| index 4400cb15e08166a04fc6e138db30ea485fdafad4..9d010668d1fef8d9ee68a318794831410f17a976 100644
|
| --- a/Source/core/loader/EmptyClients.h
|
| +++ b/Source/core/loader/EmptyClients.h
|
| @@ -104,6 +104,7 @@ public:
|
|
|
| virtual void setResizable(bool) OVERRIDE { }
|
|
|
| + virtual bool shouldReportDetailedMessageForSource(const String&) OVERRIDE { return false; }
|
| virtual void addMessageToConsole(MessageSource, MessageLevel, const String&, unsigned, const String&) OVERRIDE { }
|
|
|
| virtual bool canRunBeforeUnloadConfirmPanel() OVERRIDE { return false; }
|
|
|