| Index: third_party/WebKit/Source/core/html/LabelsNodeList.h
|
| diff --git a/third_party/WebKit/Source/core/html/LabelsNodeList.h b/third_party/WebKit/Source/core/html/LabelsNodeList.h
|
| index 6965be3599271d72892893e279db73abd4e4d470..f56edfb5ba3b97cbc2716da867464ba856045377 100644
|
| --- a/third_party/WebKit/Source/core/html/LabelsNodeList.h
|
| +++ b/third_party/WebKit/Source/core/html/LabelsNodeList.h
|
| @@ -34,7 +34,7 @@ class LabelsNodeList final : public LiveNodeList {
|
| public:
|
| static LabelsNodeList* create(ContainerNode& ownerNode, CollectionType type)
|
| {
|
| - ASSERT_UNUSED(type, type == LabelsNodeListType);
|
| + DCHECK_EQ(type, LabelsNodeListType);
|
| return new LabelsNodeList(ownerNode);
|
| }
|
|
|
|
|