| Index: Source/core/css/resolver/ScopedStyleResolver.h
|
| diff --git a/Source/core/css/resolver/ScopedStyleResolver.h b/Source/core/css/resolver/ScopedStyleResolver.h
|
| index 623862dd8960a55e0ed29304207e20f59bbfd908..143b30de66cc9e9bfd7b79da46a1e349e8bbfdb8 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*);
|
|
|