Index: Source/core/html/LabelsNodeList.h |
diff --git a/Source/core/html/LabelsNodeList.h b/Source/core/html/LabelsNodeList.h |
index 0c913a96945cf5216c43b7a21c91854508195a03..919edb1b0bbd5006c8f6d2c9d910819efd322aee 100644 |
--- a/Source/core/html/LabelsNodeList.h |
+++ b/Source/core/html/LabelsNodeList.h |
@@ -32,7 +32,7 @@ namespace WebCore { |
class LabelsNodeList FINAL : public LiveNodeList { |
public: |
- static PassRefPtr<LabelsNodeList> create(ContainerNode* ownerNode, CollectionType type, const AtomicString&) |
+ static PassRefPtr<LabelsNodeList> create(ContainerNode* ownerNode, CollectionType type) |
{ |
ASSERT_UNUSED(type, type == LabelsNodeListType); |
return adoptRef(new LabelsNodeList(ownerNode)); |