| Index: Source/web/DragClientImpl.h
 | 
| diff --git a/Source/web/DragClientImpl.h b/Source/web/DragClientImpl.h
 | 
| index 25685e75a5e38d7d7cd124267b65d9f1affb14a8..4fa13e939dd3de168b941250cec36d59f0709e37 100644
 | 
| --- a/Source/web/DragClientImpl.h
 | 
| +++ b/Source/web/DragClientImpl.h
 | 
| @@ -42,7 +42,7 @@ class DragClientImpl final : public DragClient {
 | 
|  public:
 | 
|      explicit DragClientImpl(WebViewImpl* webView) : m_webView(webView) { }
 | 
|  
 | 
| -    virtual DragDestinationAction actionMaskForDrag(DragData*) override;
 | 
| +    DragDestinationAction actionMaskForDrag(DragData*) override;
 | 
|      virtual void startDrag(
 | 
|          DragImage*,
 | 
|          const IntPoint& dragImageOrigin,
 | 
| 
 |