| Index: Source/core/rendering/RenderObject.cpp
|
| diff --git a/Source/core/rendering/RenderObject.cpp b/Source/core/rendering/RenderObject.cpp
|
| index 4ea49104537f52bce7504eef55ab96083c44f111..c78400e8c6c9ead2b3ca5c54d15056631e535299 100644
|
| --- a/Source/core/rendering/RenderObject.cpp
|
| +++ b/Source/core/rendering/RenderObject.cpp
|
| @@ -3068,7 +3068,7 @@ void RenderObject::adjustRectForOutlineAndShadow(LayoutRect& rect) const
|
| rect.inflate(outlineSize);
|
| }
|
|
|
| -AnimationController* RenderObject::animation() const
|
| +NonNullPtr<AnimationController> RenderObject::animation() const
|
| {
|
| return frame()->animation();
|
| }
|
|
|