diff options
Diffstat (limited to 'WebCore/html/HTMLScriptElement.h')
-rw-r--r-- | WebCore/html/HTMLScriptElement.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/WebCore/html/HTMLScriptElement.h b/WebCore/html/HTMLScriptElement.h index aa5b7d9..8839131 100644 --- a/WebCore/html/HTMLScriptElement.h +++ b/WebCore/html/HTMLScriptElement.h @@ -32,10 +32,9 @@ namespace WebCore { class HTMLScriptElement : public HTMLElement , public ScriptElement { public: - HTMLScriptElement(Document*); + HTMLScriptElement(const QualifiedName&, Document*, bool createdByParser); ~HTMLScriptElement(); - void setCreatedByParser(bool); bool shouldExecuteAsJavaScript() const; virtual String scriptContent() const; @@ -74,7 +73,7 @@ public: virtual String scriptCharset() const; - virtual void getSubresourceAttributeStrings(Vector<String>&) const; + virtual void addSubresourceAttributeURLs(ListHashSet<KURL>&) const; protected: virtual String sourceAttributeValue() const; |