| 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 21987cb29ebbaa6345a769732191bfabe33047f0..1520ff5c1370becdc77471eba821be9dd72a6fe3 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,
|
|
|