summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGScriptElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGScriptElement.cpp')
-rw-r--r--WebCore/svg/SVGScriptElement.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/WebCore/svg/SVGScriptElement.cpp b/WebCore/svg/SVGScriptElement.cpp
index 61c68b6..abe77a9 100644
--- a/WebCore/svg/SVGScriptElement.cpp
+++ b/WebCore/svg/SVGScriptElement.cpp
@@ -199,6 +199,16 @@ String SVGScriptElement::eventAttributeValue() const
return String();
}
+bool SVGScriptElement::asyncAttributeValue() const
+{
+ return false;
+}
+
+bool SVGScriptElement::deferAttributeValue() const
+{
+ return false;
+}
+
void SVGScriptElement::dispatchLoadEvent()
{
bool externalResourcesRequired = externalResourcesRequiredBaseValue();