| Index: third_party/WebKit/Source/build/scripts/templates/ElementFactory.cpp.tmpl
|
| diff --git a/third_party/WebKit/Source/build/scripts/templates/ElementFactory.cpp.tmpl b/third_party/WebKit/Source/build/scripts/templates/ElementFactory.cpp.tmpl
|
| index 7624b510645c76405c438eba796aa1478dab6233..7f49dded16731666bea658ac9c0166822b8d321c 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/ElementFactory.cpp.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/ElementFactory.cpp.tmpl
|
| @@ -54,7 +54,7 @@ struct Create{{namespace}}FunctionMapData {
|
| };
|
|
|
| static void create{{namespace}}FunctionMap() {
|
| - ASSERT(!g_constructors);
|
| + DCHECK(!g_constructors);
|
| g_constructors = new FunctionMap;
|
| // Empty array initializer lists are illegal [dcl.init.aggr] and will not
|
| // compile in MSVC. If tags list is empty, add check to skip this.
|
|
|