| Index: Source/web/WebTextCheckingCompletionImpl.h
 | 
| diff --git a/Source/web/WebTextCheckingCompletionImpl.h b/Source/web/WebTextCheckingCompletionImpl.h
 | 
| index 3f68efc164f1561c5bd8148ccd39a8fd8cfb161e..7856cd2d9a10f4c7cc24470da92bcb4a58e3b165 100644
 | 
| --- a/Source/web/WebTextCheckingCompletionImpl.h
 | 
| +++ b/Source/web/WebTextCheckingCompletionImpl.h
 | 
| @@ -45,8 +45,8 @@ public:
 | 
|      {
 | 
|      }
 | 
|  
 | 
| -    virtual void didFinishCheckingText(const WebVector<WebTextCheckingResult>&) override;
 | 
| -    virtual void didCancelCheckingText() override;
 | 
| +    void didFinishCheckingText(const WebVector<WebTextCheckingResult>&) override;
 | 
| +    void didCancelCheckingText() override;
 | 
|  
 | 
|  private:
 | 
|      virtual ~WebTextCheckingCompletionImpl() { }
 | 
| 
 |