| Index: Source/core/css/CSSParser.cpp
 | 
| diff --git a/Source/core/css/CSSParser.cpp b/Source/core/css/CSSParser.cpp
 | 
| index 3ef33b0bf30c43af9c2e899fc08632d12b3d4f75..6661eb0b2b3c297b8ecec7250e654f23c9880fc5 100644
 | 
| --- a/Source/core/css/CSSParser.cpp
 | 
| +++ b/Source/core/css/CSSParser.cpp
 | 
| @@ -11398,11 +11398,6 @@ void CSSParser::updateLastSelectorLineAndPosition()
 | 
|      m_lastSelectorLineNumber = m_lineNumber;
 | 
|  }
 | 
|  
 | 
| -void CSSParser::updateLastMediaLine(MediaQuerySet* media)
 | 
| -{
 | 
| -    media->setLastLine(m_lineNumber);
 | 
| -}
 | 
| -
 | 
|  void CSSParser::startRuleHeader(CSSRuleSourceData::Type ruleType)
 | 
|  {
 | 
|      resumeErrorLogging();
 | 
| 
 |