Index: third_party/WebKit/Source/core/layout/LayoutObject.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.cpp b/third_party/WebKit/Source/core/layout/LayoutObject.cpp |
index ba11080d1292f01d6b4864497998fd6e55cbb228..b0b64bee5049d757b3524783703f8250b517b7ce 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp |
@@ -1926,7 +1926,7 @@ void LayoutObject::StyleDidChange(StyleDifference diff, |
// frame if there are no RemoteFrame ancestors in the frame tree. Use of |
// localFrameRoot() is discouraged but will change when cursor update |
// scheduling is moved from EventHandler to PageEventHandler. |
- frame->LocalFrameRoot()->GetEventHandler().ScheduleCursorUpdate(); |
+ frame->LocalFrameRoot().GetEventHandler().ScheduleCursorUpdate(); |
} |
} |