Index: cc/layer_iterator.h |
diff --git a/cc/layer_iterator.h b/cc/layer_iterator.h |
index 4d36080d3060a33ea85842cd649fab37ce72827d..dbfac53ce5fc0e3621239459cfc8b21bcd376a1c 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()) { |
- ASSERT_NOT_REACHED(); |
+ NOTREACHED(); |
m_actions.end(*this); |
return; |
} |