| Index: Source/web/WebPluginContainerImpl.cpp
|
| diff --git a/Source/web/WebPluginContainerImpl.cpp b/Source/web/WebPluginContainerImpl.cpp
|
| index a8c918b394ba05cd97156dd8801f99d273333b9b..853cdfb83491cdcccfd855a84b1ae50bb51d7e98 100644
|
| --- a/Source/web/WebPluginContainerImpl.cpp
|
| +++ b/Source/web/WebPluginContainerImpl.cpp
|
| @@ -484,7 +484,7 @@ bool WebPluginContainerImpl::isRectTopmost(const WebRect& rect)
|
| const HitTestResult::NodeSet& nodes = result.rectBasedTestResult();
|
| if (nodes.size() != 1)
|
| return false;
|
| - return (nodes.first().get() == m_element);
|
| + return nodes.first().get() == m_element;
|
| }
|
|
|
| void WebPluginContainerImpl::requestTouchEventType(TouchEventRequestType requestType)
|
|
|