Index: Source/core/rendering/RenderObject.h |
diff --git a/Source/core/rendering/RenderObject.h b/Source/core/rendering/RenderObject.h |
index a29eaafdad95ca63e27a630095b3e412a9bd4d3f..e0e241b9a0eb358e8f33ae9ccbce2e6237a6d36a 100644 |
--- a/Source/core/rendering/RenderObject.h |
+++ b/Source/core/rendering/RenderObject.h |
@@ -950,7 +950,7 @@ public: |
void remove() { if (parent()) parent()->removeChild(this); } |
- AnimationController* animation() const; |
+ NonNullPtr<AnimationController> animation() const; |
bool isInert() const; |
bool visibleToHitTestRequest(const HitTestRequest& request) const { return style()->visibility() == VISIBLE && (request.ignorePointerEventsNone() || style()->pointerEvents() != PE_NONE) && !isInert(); } |