commit | 254933c397f1ce9796f59689a25f9fc2e58df4ea | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Fri Apr 23 13:57:10 2010 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Fri Apr 23 13:57:10 2010 -0400 |
tree | fa6580f5f2bfdc15a86c8eff001b85c4df768dd7 | |
parent | 71e735e915c85536ee4d3035576f7426e8cd19dd [diff] |
When sanitizing, delay making writable Before, as soon as we needed to make an edit, we tried to make the blob writable inplace. That grows code unnecessarily though. We can simply fail, make writable, then start again. That's indeed what the fallback was doing anyway.