| Index: Source/core/inspector/InspectorInputAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorInputAgent.cpp b/Source/core/inspector/InspectorInputAgent.cpp
|
| index f0f349667b47ef5869d55e1f3074641a63b856d2..663941dabbf8be123f759373b42dc7036231ad58 100644
|
| --- a/Source/core/inspector/InspectorInputAgent.cpp
|
| +++ b/Source/core/inspector/InspectorInputAgent.cpp
|
| @@ -125,7 +125,7 @@ void InspectorInputAgent::dispatchMouseEvent(ErrorString* error, const String& t
|
| // Some platforms may have flipped coordinate systems, but the given coordinates
|
| // assume the origin is in the top-left of the window. Convert.
|
| IntPoint convertedPoint = m_page->mainFrame()->view()->convertToContainingWindow(IntPoint(x, y));
|
| - IntPoint globalPoint = m_page->chrome()->rootViewToScreen(IntRect(IntPoint(x, y), IntSize(0, 0))).location();
|
| + IntPoint globalPoint = m_page->chrome().rootViewToScreen(IntRect(IntPoint(x, y), IntSize(0, 0))).location();
|
|
|
| PlatformMouseEvent event(
|
| convertedPoint,
|
|
|