Index: Source/core/dom/shadow/ElementShadow.cpp |
diff --git a/Source/core/dom/shadow/ElementShadow.cpp b/Source/core/dom/shadow/ElementShadow.cpp |
index 6db1ddddba39c42b290e10cd75d137e399d08e05..1b33941052f3968d2d877fdb70b7d11048bfa258 100644 |
--- a/Source/core/dom/shadow/ElementShadow.cpp |
+++ b/Source/core/dom/shadow/ElementShadow.cpp |
@@ -268,7 +268,7 @@ void ElementShadow::distribute() |
for (ShadowRoot* root = youngestShadowRoot(); root; root = root->olderShadowRoot()) { |
HTMLShadowElement* shadowInsertionPoint = 0; |
- const WillBeHeapVector<RefPtrWillBeMember<InsertionPoint> >& insertionPoints = root->descendantInsertionPoints(); |
+ const WillBeHeapVector<RefPtrWillBeMember<InsertionPoint>>& insertionPoints = root->descendantInsertionPoints(); |
for (size_t i = 0; i < insertionPoints.size(); ++i) { |
InsertionPoint* point = insertionPoints[i].get(); |
if (!point->isActive()) |