Index: Source/core/animation/ElementAnimation.h |
diff --git a/Source/core/animation/ElementAnimation.h b/Source/core/animation/ElementAnimation.h |
index 66921a4223d34271c71455f5fa8fea5f81ec1dd8..a27a0f34f453880028b8c8a2a8b968438f7bfa9c 100644 |
--- a/Source/core/animation/ElementAnimation.h |
+++ b/Source/core/animation/ElementAnimation.h |
@@ -41,9 +41,9 @@ class Element; |
class ElementAnimation { |
public: |
- static Animation* animate(Element*, Vector<Dictionary> keyframesDictionaryVector, Dictionary timingInput); |
- static Animation* animate(Element*, Vector<Dictionary> keyframesDictionaryVector, double timingInput); |
- static Animation* animate(Element*, Vector<Dictionary> keyframesDictionaryVector); |
+ static Animation* animate(Element&, Vector<Dictionary> keyframesDictionaryVector, Dictionary timingInput); |
+ static Animation* animate(Element&, Vector<Dictionary> keyframesDictionaryVector, double timingInput); |
+ static Animation* animate(Element&, Vector<Dictionary> keyframesDictionaryVector); |
}; |
} // namespace WebCore |