Index: Source/bindings/core/v8/custom/V8HTMLAllCollectionCustom.cpp |
diff --git a/Source/bindings/core/v8/custom/V8HTMLAllCollectionCustom.cpp b/Source/bindings/core/v8/custom/V8HTMLAllCollectionCustom.cpp |
index f973a79c4213046eb16d405e38986aa9b4482c9a..0b89e52f1bf955a6fd4d100c1beca278f8d4dde1 100644 |
--- a/Source/bindings/core/v8/custom/V8HTMLAllCollectionCustom.cpp |
+++ b/Source/bindings/core/v8/custom/V8HTMLAllCollectionCustom.cpp |
@@ -43,7 +43,7 @@ namespace blink { |
template<class CallbackInfo> |
static v8::Handle<v8::Value> getNamedItems(HTMLAllCollection* collection, AtomicString name, const CallbackInfo& info) |
{ |
- WillBeHeapVector<RefPtrWillBeMember<Element> > namedItems; |
+ WillBeHeapVector<RefPtrWillBeMember<Element>> namedItems; |
collection->namedItems(name, namedItems); |
if (!namedItems.size()) |