summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGScriptElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGScriptElement.h')
-rw-r--r--WebCore/svg/SVGScriptElement.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/WebCore/svg/SVGScriptElement.h b/WebCore/svg/SVGScriptElement.h
index 0475881..090cd2d 100644
--- a/WebCore/svg/SVGScriptElement.h
+++ b/WebCore/svg/SVGScriptElement.h
@@ -36,10 +36,9 @@ namespace WebCore {
, public SVGExternalResourcesRequired
, public ScriptElement {
public:
- SVGScriptElement(const QualifiedName&, Document*);
+ SVGScriptElement(const QualifiedName&, Document*, bool createdByParser);
virtual ~SVGScriptElement();
- void setCreatedByParser(bool);
virtual String scriptContent() const;
virtual void parseMappedAttribute(MappedAttribute*);
@@ -56,7 +55,7 @@ namespace WebCore {
virtual String scriptCharset() const;
- virtual void getSubresourceAttributeStrings(Vector<String>&) const;
+ virtual void addSubresourceAttributeURLs(ListHashSet<KURL>&) const;
protected:
virtual const SVGElement* contextElement() const { return this; }