| Index: Source/core/html/HTMLImageElement.h
|
| diff --git a/Source/core/html/HTMLImageElement.h b/Source/core/html/HTMLImageElement.h
|
| index c7d62aa8c421ba7e0ec9366275b63388c4d17519..20c846e9776011b01a7b57f05cd0f5e88587b89a 100644
|
| --- a/Source/core/html/HTMLImageElement.h
|
| +++ b/Source/core/html/HTMLImageElement.h
|
| @@ -123,7 +123,7 @@ private:
|
| virtual void attach(const AttachContext& = AttachContext()) override;
|
| virtual RenderObject* createRenderer(RenderStyle*) override;
|
|
|
| - virtual bool canStartSelection() const override;
|
| + virtual bool canStartSelection() const override { return false; }
|
|
|
| virtual bool isURLAttribute(const Attribute&) const override;
|
| virtual bool hasLegalLinkAttribute(const QualifiedName&) const override;
|
|
|