| Index: Source/core/css/resolver/ScopedStyleResolver.h
|
| diff --git a/Source/core/css/resolver/ScopedStyleResolver.h b/Source/core/css/resolver/ScopedStyleResolver.h
|
| index 296190341d0268d6b0c49f717bbcee91cac2aa60..c2472bd9afc304c8ce71708b339bc0e1bbd9a9e5 100644
|
| --- a/Source/core/css/resolver/ScopedStyleResolver.h
|
| +++ b/Source/core/css/resolver/ScopedStyleResolver.h
|
| @@ -57,7 +57,7 @@ public:
|
| ScopedStyleResolver* parent() const;
|
|
|
| public:
|
| - const StyleRuleKeyframes* keyframeStylesForAnimation(const StringImpl* animationName);
|
| + PassRefPtrWillBeRawPtr<StyleRuleKeyframes> keyframeStylesForAnimation(const StringImpl* animationName);
|
| void addKeyframeStyle(PassRefPtrWillBeRawPtr<StyleRuleKeyframes>);
|
|
|
| unsigned appendCSSStyleSheet(CSSStyleSheet*);
|
|
|