diff options
Diffstat (limited to 'WebCore/svg/SVGScriptElement.h')
-rw-r--r-- | WebCore/svg/SVGScriptElement.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/svg/SVGScriptElement.h b/WebCore/svg/SVGScriptElement.h index 090cd2d..f2efc8e 100644 --- a/WebCore/svg/SVGScriptElement.h +++ b/WebCore/svg/SVGScriptElement.h @@ -57,6 +57,8 @@ namespace WebCore { virtual void addSubresourceAttributeURLs(ListHashSet<KURL>&) const; + virtual bool shouldExecuteAsJavaScript() const { return false; } + protected: virtual const SVGElement* contextElement() const { return this; } virtual bool haveLoadedRequiredResources(); @@ -65,6 +67,7 @@ namespace WebCore { virtual String charsetAttributeValue() const; virtual String typeAttributeValue() const; virtual String languageAttributeValue() const; + virtual String forAttributeValue() const; virtual void dispatchLoadEvent(); virtual void dispatchErrorEvent(); |