Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / cocoa / table_row_nsimage_cache_unittest.mm
index 7138af8..4f7cc19 100644 (file)
@@ -31,7 +31,7 @@ class TestTable : public TableRowNSImageCache::Table {
 
 SkBitmap MakeImage(int width, int height) {
   SkBitmap image;
-  EXPECT_TRUE(image.allocN32Pixels(width, height));
+  image.allocN32Pixels(width, height);
   image.eraseARGB(255, 255, 0, 0);
   return image;
 }