| Index: Source/core/svg/SVGCursorElement.h
|
| diff --git a/Source/core/svg/SVGCursorElement.h b/Source/core/svg/SVGCursorElement.h
|
| index f6246a72fec194c5913ff58b6227b606f36f46cf..367ffd1e22775cd48cfcc3bff900cf2e2a416fb0 100644
|
| --- a/Source/core/svg/SVGCursorElement.h
|
| +++ b/Source/core/svg/SVGCursorElement.h
|
| @@ -65,7 +65,7 @@ private:
|
| RefPtrWillBeMember<SVGAnimatedLength> m_x;
|
| RefPtrWillBeMember<SVGAnimatedLength> m_y;
|
|
|
| - WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> > m_clients;
|
| + WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement>> m_clients;
|
| };
|
|
|
| } // namespace blink
|
|
|