Index: Source/core/dom/shadow/ShadowRoot.h |
diff --git a/Source/core/dom/shadow/ShadowRoot.h b/Source/core/dom/shadow/ShadowRoot.h |
index 3e9b79af85bf2b4b860070ca49879b4e3f956171..d4b5904025718f5435cc560993fe36ffdcd07ff9 100644 |
--- a/Source/core/dom/shadow/ShadowRoot.h |
+++ b/Source/core/dom/shadow/ShadowRoot.h |
@@ -103,7 +103,7 @@ public: |
void didAddInsertionPoint(InsertionPoint*); |
void didRemoveInsertionPoint(InsertionPoint*); |
- const WillBeHeapVector<RefPtrWillBeMember<InsertionPoint> >& descendantInsertionPoints(); |
+ const WillBeHeapVector<RefPtrWillBeMember<InsertionPoint>>& descendantInsertionPoints(); |
ShadowRootType type() const { return static_cast<ShadowRootType>(m_type); } |