Index: Source/core/dom/Element.h |
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
index 6db11f9558b94d9bbed6a02d1b81a55b338f8c0f..4428fd83995fd39989ee61398fad255b5dbb96fe 100644 |
--- a/Source/core/dom/Element.h |
+++ b/Source/core/dom/Element.h |
@@ -504,7 +504,7 @@ public: |
void setSavedLayerScrollOffset(const IntSize&); |
ActiveAnimations* activeAnimations() const; |
- ActiveAnimations* ensureActiveAnimations(); |
+ ActiveAnimations& ensureActiveAnimations(); |
bool hasActiveAnimations() const; |
InputMethodContext* inputMethodContext(); |