Index: Source/core/testing/Internals.cpp |
diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp |
index 752c2a67b5461a7269dcfa3ae325600a96b4bb30..57ae2da247133c3ba8a209f4fa62e1fbddae31f4 100644 |
--- a/Source/core/testing/Internals.cpp |
+++ b/Source/core/testing/Internals.cpp |
@@ -1371,7 +1371,7 @@ PassRefPtrWillBeRawPtr<StaticNodeList> Internals::nodesFromRect(Document* docume |
if (!request.ignoreClipping() && !frameView->visibleContentRect().intersects(HitTestLocation::rectForPoint(point, topPadding, rightPadding, bottomPadding, leftPadding))) |
return nullptr; |
- WillBeHeapVector<RefPtrWillBeMember<Node> > matches; |
+ WillBeHeapVector<RefPtrWillBeMember<Node>> matches; |
HitTestResult result(point, topPadding, rightPadding, bottomPadding, leftPadding); |
layoutView->hitTest(request, result); |
copyToVector(result.listBasedTestResult(), matches); |