summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGExternalResourcesRequired.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGExternalResourcesRequired.h')
-rw-r--r--WebCore/svg/SVGExternalResourcesRequired.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/svg/SVGExternalResourcesRequired.h b/WebCore/svg/SVGExternalResourcesRequired.h
index f088c82..b2a741d 100644
--- a/WebCore/svg/SVGExternalResourcesRequired.h
+++ b/WebCore/svg/SVGExternalResourcesRequired.h
@@ -27,7 +27,6 @@
namespace WebCore {
- extern char SVGExternalResourcesRequiredIdentifier[];
class MappedAttribute;
// Notes on a SVG 1.1 spec discrepancy:
@@ -44,7 +43,7 @@ namespace WebCore {
bool isKnownAttribute(const QualifiedName&);
protected:
- virtual void setExternalResourcesRequiredBaseValue(SVGAnimatedTypeValue<bool>::DecoratedType type) = 0;
+ virtual void setExternalResourcesRequiredBaseValue(SVGAnimatedPropertyTraits<bool>::PassType) = 0;
};
} // namespace WebCore