| Index: third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| index 4477ed4c6197b6129c2ae4c7fd395bfc927ba4c4..8a1e33f315a98157b4d0d7588683023c9501b8fa 100644
|
| --- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| @@ -799,10 +799,6 @@ void WebFrameWidgetImpl::mouseContextMenu(const WebMouseEvent& event) {
|
|
|
| LocalFrame* targetLocalFrame = toLocalFrame(targetFrame);
|
|
|
| -#if OS(WIN)
|
| - targetLocalFrame->view()->setCursor(pointerCursor());
|
| -#endif
|
| -
|
| {
|
| ContextMenuAllowedScope scope;
|
| targetLocalFrame->eventHandler().sendContextMenuEvent(transformedEvent,
|
|
|