summaryrefslogtreecommitdiffstats
path: root/cc/layer_iterator.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/layer_iterator.h')
-rw-r--r--cc/layer_iterator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/layer_iterator.h b/cc/layer_iterator.h
index dbfac53..4d36080 100644
--- a/cc/layer_iterator.h
+++ b/cc/layer_iterator.h
@@ -125,7 +125,7 @@ private:
{
for (size_t i = 0; i < renderSurfaceLayerList->size(); ++i) {
if (!(*renderSurfaceLayerList)[i]->renderSurface()) {
- NOTREACHED();
+ ASSERT_NOT_REACHED();
m_actions.end(*this);
return;
}