diff options
Diffstat (limited to 'WebCore/svg/SVGFEImageElement.h')
-rw-r--r-- | WebCore/svg/SVGFEImageElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGFEImageElement.h b/WebCore/svg/SVGFEImageElement.h index dc88c0a..98d5941 100644 --- a/WebCore/svg/SVGFEImageElement.h +++ b/WebCore/svg/SVGFEImageElement.h @@ -46,7 +46,7 @@ namespace WebCore { virtual void parseMappedAttribute(MappedAttribute*); virtual void notifyFinished(CachedResource*); - virtual void getSubresourceAttributeStrings(Vector<String>&) const; + virtual void addSubresourceAttributeURLs(ListHashSet<KURL>&) const; bool build(FilterBuilder*); protected: |