Commit 65003efd authored by pilgrim's avatar pilgrim Committed by Commit bot

Replace ASSERT_NOT_REACHED with NOTREACHED in build/scripts/templates/

BUG=707642

Review-Url: https://codereview.chromium.org/2847203002
Cr-Commit-Position: refs/heads/master@{#468453}
parent d13854ee
...@@ -50,7 +50,7 @@ void StyleBuilder::ApplyProperty(CSSPropertyID property, ...@@ -50,7 +50,7 @@ void StyleBuilder::ApplyProperty(CSSPropertyID property,
{% endfor %} {% endfor %}
return; return;
default: default:
ASSERT_NOT_REACHED(); NOTREACHED();
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment