| Index: Source/core/animation/AnimationPlayer.h
|
| diff --git a/Source/core/animation/AnimationPlayer.h b/Source/core/animation/AnimationPlayer.h
|
| index e0c44eb72a992fe348ffadb11a53d50a15af47d6..4137950559424de6dc759eab7f54917229464440 100644
|
| --- a/Source/core/animation/AnimationPlayer.h
|
| +++ b/Source/core/animation/AnimationPlayer.h
|
| @@ -103,7 +103,6 @@ public:
|
|
|
| const AnimationNode* source() const { return m_content.get(); }
|
| AnimationNode* source() { return m_content.get(); }
|
| - AnimationNode* source(bool& isNull) { isNull = !m_content; return m_content.get(); }
|
| void setSource(AnimationNode*);
|
|
|
| double timeLag() { return timeLagInternal() * 1000; }
|
|
|