| Index: Source/core/animation/DocumentAnimation.h
|
| diff --git a/Source/core/animation/DocumentAnimation.h b/Source/core/animation/DocumentAnimation.h
|
| index 75a9c546a8fd14f6b429be9c39e55bd32c1563f1..7ca1234390e98c991538d1b13dbac5735f597fcf 100644
|
| --- a/Source/core/animation/DocumentAnimation.h
|
| +++ b/Source/core/animation/DocumentAnimation.h
|
| @@ -11,7 +11,7 @@ namespace WebCore {
|
|
|
| class DocumentAnimation {
|
| public:
|
| - static DocumentTimeline* timeline(Document& document) { return document.timeline(); }
|
| + static DocumentTimeline* timeline(Document& document) { return &document.timeline(); }
|
| };
|
|
|
| } // namespace WebCore
|
|
|