| Index: Source/core/layout/LayoutObject.cpp
|
| diff --git a/Source/core/layout/LayoutObject.cpp b/Source/core/layout/LayoutObject.cpp
|
| index 73f7f8464b0bf089ed79b73fa215138540ef74ba..ae35192119aa50d4c77200b9630a5713d0301c89 100644
|
| --- a/Source/core/layout/LayoutObject.cpp
|
| +++ b/Source/core/layout/LayoutObject.cpp
|
| @@ -1943,7 +1943,7 @@ void LayoutObject::styleDidChange(StyleDifference diff, const ComputedStyle* old
|
|
|
| if (oldStyle && !areCursorsEqual(oldStyle, style())) {
|
| if (LocalFrame* frame = this->frame())
|
| - frame->eventHandler().scheduleCursorUpdate();
|
| + frame->page()->deprecatedLocalMainFrame()->eventHandler().scheduleCursorUpdate();
|
| }
|
| }
|
|
|
|
|