| Index: Source/web/InspectorOverlayImpl.cpp
|
| diff --git a/Source/web/InspectorOverlayImpl.cpp b/Source/web/InspectorOverlayImpl.cpp
|
| index 856dc26a7cfca1288a6509b9f0823969e939516c..9777463d088968175d71e87378620b460d2275fc 100644
|
| --- a/Source/web/InspectorOverlayImpl.cpp
|
| +++ b/Source/web/InspectorOverlayImpl.cpp
|
| @@ -132,7 +132,7 @@ public:
|
|
|
| void setCursor(const Cursor& cursor) override
|
| {
|
| - m_client->setCursor(cursor);
|
| + toChromeClientImpl(m_client)->setCursorOverride(cursor);
|
| }
|
|
|
| void setToolTip(const String& tooltip, TextDirection direction) override
|
|
|