summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/animation/SVGSMILElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/animation/SVGSMILElement.h')
-rw-r--r--WebCore/svg/animation/SVGSMILElement.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/WebCore/svg/animation/SVGSMILElement.h b/WebCore/svg/animation/SVGSMILElement.h
index b61f20d..ed8bbf8 100644
--- a/WebCore/svg/animation/SVGSMILElement.h
+++ b/WebCore/svg/animation/SVGSMILElement.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008 Apple Inc. All Rights Reserved.
+ * Copyright (C) 2008 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -45,7 +45,7 @@ namespace WebCore {
static bool isSMILElement(Node* node);
- virtual void parseMappedAttribute(MappedAttribute*);
+ virtual void parseMappedAttribute(Attribute*);
virtual void attributeChanged(Attribute*, bool preserveDecls);
virtual void insertedIntoDocument();
virtual void removedFromDocument();
@@ -133,7 +133,8 @@ private:
};
bool parseCondition(const String&, BeginOrEnd beginOrEnd);
void parseBeginOrEnd(const String&, BeginOrEnd beginOrEnd);
-
+ Element* eventBaseFor(const Condition&) const;
+
void connectConditions();
void disconnectConditions();