Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / LabelsNodeList.h
index 0c913a9..919edb1 100644 (file)
@@ -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));