| Index: Source/web/DragClientImpl.h
|
| diff --git a/Source/web/DragClientImpl.h b/Source/web/DragClientImpl.h
|
| index 16faedaaee9b329b94e13acb5539a75a49e08135..156ef2ba8e3571c828c6359e12e8425ef6bf7bcf 100644
|
| --- a/Source/web/DragClientImpl.h
|
| +++ b/Source/web/DragClientImpl.h
|
| @@ -39,7 +39,7 @@ class WebViewImpl;
|
|
|
| class DragClientImpl FINAL : public blink::DragClient {
|
| public:
|
| - DragClientImpl(WebViewImpl* webView) : m_webView(webView) { }
|
| + explicit DragClientImpl(WebViewImpl* webView) : m_webView(webView) { }
|
|
|
| virtual blink::DragDestinationAction actionMaskForDrag(blink::DragData*) OVERRIDE;
|
| virtual void startDrag(
|
|
|