Changeset 95051 in webkit
- Timestamp:
- Sep 13, 2011, 3:33:30 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/Source/WebCore/ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r95050 r95051 40 40 * rendering/RenderImage.cpp: 41 41 (WebCore::RenderImage::imageSizeForError): 42 43 2011-09-13 Tim Horton <timothy_horton@apple.com> 44 45 REGRESSION (64275): Shape pattern-image fill turns black 46 https://bugs.webkit.org/show_bug.cgi?id=51061 47 <rdar://problem/8504705> 48 49 Reviewed by Simon Fraser. 50 51 When destroying a resource, register clients who are losing their 52 resource as having pending resources, so they can be resolved in the case a 53 resource with that id is re-registered. 54 55 Test: svg/custom/pending-resource-after-removal.xhtml 56 57 * rendering/svg/SVGResourcesCache.cpp: 58 (WebCore::SVGResourcesCache::resourceDestroyed): 59 * svg/SVGStyledElement.h: 60 (WebCore::toSVGStyledElement): Added. 42 61 43 62 2011-09-13 Eric Seidel <eric@webkit.org>
Note:
See TracChangeset
for help on using the changeset viewer.