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..eb7549cc3e2f79d2a28fe303a973c7c39e20e21e 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); |
+ StyleRuleKeyframes* keyframeStylesForAnimation(const StringImpl* animationName); |
void addKeyframeStyle(PassRefPtrWillBeRawPtr<StyleRuleKeyframes>); |
unsigned appendCSSStyleSheet(CSSStyleSheet*); |