| Index: Source/web/tests/LinkHighlightTest.cpp
|
| diff --git a/Source/web/tests/LinkHighlightTest.cpp b/Source/web/tests/LinkHighlightTest.cpp
|
| index 065db887271e4c36a8683c431980ce71758e567f..25c9d5a82b66bbbb9f32d239764710e6fc570003 100644
|
| --- a/Source/web/tests/LinkHighlightTest.cpp
|
| +++ b/Source/web/tests/LinkHighlightTest.cpp
|
| @@ -183,7 +183,7 @@ TEST(LinkHighlightTest, multipleHighlights)
|
| touchEvent.data.tap.height = 30;
|
|
|
| Vector<IntRect> goodTargets;
|
| - WillBeHeapVector<RawPtrWillBeMember<Node> > highlightNodes;
|
| + WillBeHeapVector<RawPtrWillBeMember<Node>> highlightNodes;
|
| IntRect boundingBox(touchEvent.x - touchEvent.data.tap.width / 2, touchEvent.y - touchEvent.data.tap.height / 2, touchEvent.data.tap.width, touchEvent.data.tap.height);
|
| findGoodTouchTargets(boundingBox, webViewImpl->mainFrameImpl()->frame(), goodTargets, highlightNodes);
|
|
|
|
|