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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/svg/SVGScriptElement.h b/WebCore/svg/SVGScriptElement.h
index 7532bf2..84615d3 100644
--- a/WebCore/svg/SVGScriptElement.h
+++ b/WebCore/svg/SVGScriptElement.h
@@ -35,13 +35,13 @@ namespace WebCore {
, public SVGExternalResourcesRequired
, public ScriptElement {
public:
- static PassRefPtr<SVGScriptElement> create(const QualifiedName&, Document*, bool createdByParser);
+ static PassRefPtr<SVGScriptElement> create(const QualifiedName&, Document*, bool wasInsertedByParser);
String type() const;
void setType(const String&);
private:
- SVGScriptElement(const QualifiedName&, Document*, bool createdByParser, bool isEvaluated);
+ SVGScriptElement(const QualifiedName&, Document*, bool wasInsertedByParser, bool wasAlreadyStarted);
virtual void parseMappedAttribute(Attribute*);
virtual void insertedIntoDocument();