commit | e4e4cdb39a821eb850200967cb21ab36e8d3a1be | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Tue Dec 06 10:47:42 2011 -0500 |
committer | Russ Cox <rsc@golang.org> | Tue Dec 06 10:47:42 2011 -0500 |
tree | b2049d669058aa7c3d69148528138294494bba69 | |
parent | bbbd41f4fff790e9a340a4be77c3c05f37491273 [diff] |
image: avoid func comparison during ColorModel comparison When I disallowed map + func comparisons, I only did it in the static case and missed the comparisons via == on interface values. Fixing that turned these up. R=nigeltao, r CC=golang-dev https://golang.org/cl/5440103