| Index: third_party/WebKit/Source/build/scripts/templates/MakeQualifiedNames.cpp.tmpl
|
| diff --git a/third_party/WebKit/Source/build/scripts/templates/MakeQualifiedNames.cpp.tmpl b/third_party/WebKit/Source/build/scripts/templates/MakeQualifiedNames.cpp.tmpl
|
| index 36b0b18105220588fee29fa07a0ab17833ec183d..781fe0b1e4beb936db509804b9be6a1b1434e573 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/MakeQualifiedNames.cpp.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/MakeQualifiedNames.cpp.tmpl
|
| @@ -97,9 +97,9 @@ void init() {
|
| attr_i++;
|
| }
|
| {% if tags %}
|
| - ASSERT(tag_i == {{namespace}}TagsCount);
|
| + DCHECK_EQ(tag_i, {{namespace}}TagsCount);
|
| {% endif %}
|
| - ASSERT(attr_i == {{namespace}}AttrsCount);
|
| + DCHECK_EQ(attr_i, {{namespace}}AttrsCount);
|
| }
|
|
|
| } // {{namespace}}
|
|
|