summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/svg/SVGScriptElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGScriptElement.h')
-rw-r--r--Source/WebCore/svg/SVGScriptElement.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/svg/SVGScriptElement.h b/Source/WebCore/svg/SVGScriptElement.h
index dabec79..03cc733 100644
--- a/Source/WebCore/svg/SVGScriptElement.h
+++ b/Source/WebCore/svg/SVGScriptElement.h
@@ -42,7 +42,7 @@ public:
void setType(const String&);
private:
- SVGScriptElement(const QualifiedName&, Document*, bool wasInsertedByParser, bool wasAlreadyStarted);
+ SVGScriptElement(const QualifiedName&, Document*, bool wasInsertedByParser, bool alreadyStarted);
virtual void parseMappedAttribute(Attribute*);
virtual void insertedIntoDocument();
@@ -68,6 +68,7 @@ private:
virtual String eventAttributeValue() const;
virtual bool asyncAttributeValue() const;
virtual bool deferAttributeValue() const;
+ virtual bool hasSourceAttribute() const;
virtual void dispatchLoadEvent();
virtual void dispatchErrorEvent();