| Index: Source/core/css/CSSParser.h
 | 
| diff --git a/Source/core/css/CSSParser.h b/Source/core/css/CSSParser.h
 | 
| index 563169567770e977dbd5db63370668ce954b7e20..c6c2815dc88ae37549c4e303f2917f90a6a93a2b 100644
 | 
| --- a/Source/core/css/CSSParser.h
 | 
| +++ b/Source/core/css/CSSParser.h
 | 
| @@ -343,7 +343,6 @@ public:
 | 
|      Vector<OwnPtr<CSSParserSelector> >* reusableRegionSelectorVector() { return &m_reusableRegionSelectorVector; }
 | 
|  
 | 
|      void updateLastSelectorLineAndPosition();
 | 
| -    void updateLastMediaLine(MediaQuerySet*);
 | 
|  
 | 
|      void clearProperties();
 | 
|  
 | 
| 
 |