Index: cc/platform_color.h |
diff --git a/cc/platform_color.h b/cc/platform_color.h |
index 2149d1cbd5271d8da9f84f712b0c05aa5923de0c..a3f3f354d670f9d31e729cc8b3bc870698ee8371 100644 |
--- a/cc/platform_color.h |
+++ b/cc/platform_color.h |
@@ -31,7 +31,7 @@ public: |
textureFormat = Extensions3D::BGRA_EXT; |
break; |
default: |
- ASSERT_NOT_REACHED(); |
+ NOTREACHED(); |
break; |
} |
return textureFormat; |
@@ -47,7 +47,7 @@ public: |
case GraphicsContext3D::SourceFormatBGRA8: |
return textureFormat == Extensions3D::BGRA_EXT; |
default: |
- ASSERT_NOT_REACHED(); |
+ NOTREACHED(); |
return false; |
} |
} |