| Index: Source/core/svg/animation/SVGSMILElement.h
|
| diff --git a/Source/core/svg/animation/SVGSMILElement.h b/Source/core/svg/animation/SVGSMILElement.h
|
| index 52ab142b6e3f16a31a053a244709c338a4b15851..c0668a9a7ff17ad5ddabb93d83c4eeeae8a2cd18 100644
|
| --- a/Source/core/svg/animation/SVGSMILElement.h
|
| +++ b/Source/core/svg/animation/SVGSMILElement.h
|
| @@ -171,7 +171,7 @@ private:
|
| };
|
| bool parseCondition(const String&, BeginOrEnd beginOrEnd);
|
| void parseBeginOrEnd(const String&, BeginOrEnd beginOrEnd);
|
| - Element* eventBaseFor(const Condition&);
|
| + SVGElement* eventBaseFor(const Condition&);
|
|
|
| void disconnectSyncBaseConditions();
|
| void disconnectEventBaseConditions();
|
|
|