| Index: Source/core/page/PageConsole.cpp | 
| diff --git a/Source/core/page/PageConsole.cpp b/Source/core/page/PageConsole.cpp | 
| index 0cd21cb68eee051593ad0a4bf2830ba84e84b299..be4a6af91e524701670305f27d0938eb8421da61 100644 | 
| --- a/Source/core/page/PageConsole.cpp | 
| +++ b/Source/core/page/PageConsole.cpp | 
| @@ -55,8 +55,6 @@ PageConsole::PageConsole(Page* page) | 
| { | 
| } | 
|  | 
| -PageConsole::~PageConsole() { } | 
| - | 
| void PageConsole::addMessage(MessageSource source, MessageLevel level, const String& message) | 
| { | 
| addMessage(source, level, message, String(), 0, 0, 0, 0, 0); | 
|  |