Index: src/core/SkScan_Path.cpp |
diff --git a/src/core/SkScan_Path.cpp b/src/core/SkScan_Path.cpp |
index 0d95061b6bda7f7ba20325ca1b194390abe7b374..184f66c6d96a874428f875499c97bbccc250999e 100644 |
--- a/src/core/SkScan_Path.cpp |
+++ b/src/core/SkScan_Path.cpp |
@@ -432,7 +432,7 @@ static SkEdge* sort_edges(SkEdge* list[], int count, SkEdge** last) { |
void sk_fill_path(const SkPath& path, const SkIRect* clipRect, SkBlitter* blitter, |
int start_y, int stop_y, int shiftEdgesUp, |
const SkRegion& clipRgn) { |
- SkASSERT(&path && blitter); |
+ SkASSERT(blitter); |
SkEdgeBuilder builder; |