| Index: Source/core/css/resolver/ScopedStyleResolver.h
 | 
| diff --git a/Source/core/css/resolver/ScopedStyleResolver.h b/Source/core/css/resolver/ScopedStyleResolver.h
 | 
| index 2ad0d7f728c5ea954cf3424561572317f7b4cb9f..824b68a0f016117ccce8f1d7c1257409e232d5be 100644
 | 
| --- a/Source/core/css/resolver/ScopedStyleResolver.h
 | 
| +++ b/Source/core/css/resolver/ScopedStyleResolver.h
 | 
| @@ -55,7 +55,6 @@ public:
 | 
|      ScopedStyleResolver* parent() { return m_parent; }
 | 
|  
 | 
|  public:
 | 
| -    bool checkRegionStyle(Element*);
 | 
|      const StyleRuleKeyframes* keyframeStylesForAnimation(const StringImpl* animationName);
 | 
|      void addKeyframeStyle(PassRefPtr<StyleRuleKeyframes>);
 | 
|  
 | 
| 
 |