| Index: Source/core/svg/SVGSVGElement.cpp
|
| diff --git a/Source/core/svg/SVGSVGElement.cpp b/Source/core/svg/SVGSVGElement.cpp
|
| index 8674ca4f52807d4d938a57b8678ff47ae1ee9eb7..1a318f3e49c564b6542cae0da47553221a322b4d 100644
|
| --- a/Source/core/svg/SVGSVGElement.cpp
|
| +++ b/Source/core/svg/SVGSVGElement.cpp
|
| @@ -377,7 +377,7 @@ bool SVGSVGElement::checkIntersectionOrEnclosure(const SVGElement& element, cons
|
| PassRefPtrWillBeRawPtr<StaticNodeList> SVGSVGElement::collectIntersectionOrEnclosureList(const FloatRect& rect,
|
| SVGElement* referenceElement, CheckIntersectionOrEnclosure mode) const
|
| {
|
| - WillBeHeapVector<RefPtrWillBeMember<Node> > nodes;
|
| + WillBeHeapVector<RefPtrWillBeMember<Node>> nodes;
|
|
|
| const SVGElement* root = this;
|
| if (referenceElement) {
|
|
|