| Index: third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp b/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| index dfce5182a8173185557ecc8d4d5e719928dacb2c..27bc6eafa81c96e3923cf043063e55a6e9f892fa 100644
|
| --- a/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| @@ -533,7 +533,7 @@ bool WebPluginContainerImpl::isRectTopmost(const WebRect& rect) {
|
| const HitTestResult::NodeSet& nodes = result.listBasedTestResult();
|
| if (nodes.size() != 1)
|
| return false;
|
| - return nodes.first().get() == m_element;
|
| + return nodes.front().get() == m_element;
|
| }
|
|
|
| void WebPluginContainerImpl::requestTouchEventType(
|
|
|