diff options
Diffstat (limited to 'WebCore/html/HTMLNameCollection.cpp')
-rw-r--r-- | WebCore/html/HTMLNameCollection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLNameCollection.cpp b/WebCore/html/HTMLNameCollection.cpp index fdebe78..d5657da 100644 --- a/WebCore/html/HTMLNameCollection.cpp +++ b/WebCore/html/HTMLNameCollection.cpp @@ -32,7 +32,7 @@ namespace WebCore { using namespace HTMLNames; -HTMLNameCollection::HTMLNameCollection(PassRefPtr<Document> document, Type type, const String& name) +HTMLNameCollection::HTMLNameCollection(PassRefPtr<Document> document, CollectionType type, const String& name) : HTMLCollection(document.get(), type, document->nameCollectionInfo(type, name)) , m_name(name) { |