Index: Source/bindings/v8/custom/V8HTMLOptionsCollectionCustom.cpp |
diff --git a/Source/bindings/v8/custom/V8HTMLOptionsCollectionCustom.cpp b/Source/bindings/v8/custom/V8HTMLOptionsCollectionCustom.cpp |
index 24f5fcd3a127ed4380f1f9529b446e55eab5e184..7da3543d9976bbb8d4e5371fc816586c103eb5f3 100644 |
--- a/Source/bindings/v8/custom/V8HTMLOptionsCollectionCustom.cpp |
+++ b/Source/bindings/v8/custom/V8HTMLOptionsCollectionCustom.cpp |
@@ -47,7 +47,7 @@ namespace WebCore { |
template<typename CallbackInfo> |
static void getNamedItems(HTMLOptionsCollection* collection, const AtomicString& name, const CallbackInfo& info) |
{ |
- Vector<RefPtr<Node> > namedItems; |
+ Vector<RefPtr<Element> > namedItems; |
collection->namedItems(name, namedItems); |
if (!namedItems.size()) { |