| Index: third_party/WebKit/Source/web/WebNode.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebNode.cpp b/third_party/WebKit/Source/web/WebNode.cpp
|
| index fb3dabcacd2edf7858feb524cb34986e02d761b2..a135927765d02fe4b691ce8bef094be68c22efd6 100644
|
| --- a/third_party/WebKit/Source/web/WebNode.cpp
|
| +++ b/third_party/WebKit/Source/web/WebNode.cpp
|
| @@ -169,7 +169,7 @@ bool WebNode::isDocumentTypeNode() const {
|
|
|
| void WebNode::simulateClick() {
|
| m_private->getExecutionContext()->postSuspendableTask(
|
| - wrapUnique(new NodeDispatchSimulatedClickTask(m_private)));
|
| + makeUnique<NodeDispatchSimulatedClickTask>(m_private));
|
| }
|
|
|
| WebElementCollection WebNode::getElementsByHTMLTagName(
|
|
|