| Index: Source/core/inspector/InspectorConsoleAgent.h
 | 
| diff --git a/Source/core/inspector/InspectorConsoleAgent.h b/Source/core/inspector/InspectorConsoleAgent.h
 | 
| index 5a53b7aae51d03b9f6f1e749f8875b5429c6bb68..6a354048df744cfce0b08b869b602724f8aaaa1c 100644
 | 
| --- a/Source/core/inspector/InspectorConsoleAgent.h
 | 
| +++ b/Source/core/inspector/InspectorConsoleAgent.h
 | 
| @@ -77,8 +77,6 @@ public:
 | 
|  
 | 
|      virtual bool isWorkerAgent() = 0;
 | 
|  
 | 
| -    virtual void setLastEvaluationResult(ErrorString*, const String& objectId) override;
 | 
| -
 | 
|  protected:
 | 
|      void sendConsoleMessageToFrontend(ConsoleMessage*, bool generatePreview);
 | 
|      virtual ConsoleMessageStorage* messageStorage() = 0;
 | 
| 
 |