| Index: third_party/WebKit/Source/build/scripts/templates/StyleBuilder.cpp.tmpl
|
| diff --git a/third_party/WebKit/Source/build/scripts/templates/StyleBuilder.cpp.tmpl b/third_party/WebKit/Source/build/scripts/templates/StyleBuilder.cpp.tmpl
|
| index f615e4d4e51c980fbb79e93d16f34c5ad1252a38..0d38a40944e76837d6492696ce6117d23bf5e910 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/StyleBuilder.cpp.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/StyleBuilder.cpp.tmpl
|
| @@ -50,7 +50,7 @@ void StyleBuilder::ApplyProperty(CSSPropertyID property,
|
| {% endfor %}
|
| return;
|
| default:
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| }
|
| }
|
|
|
|
|