| Index: third_party/WebKit/Source/core/css/parser/CSSLazyPropertyParserImpl.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSLazyPropertyParserImpl.cpp b/third_party/WebKit/Source/core/css/parser/CSSLazyPropertyParserImpl.cpp
 | 
| index b075466f66a3946b36cd5336e14235789bf31e8b..7431d1176b3fe0d5ec14f158b6ee2b4f09a2244d 100644
 | 
| --- a/third_party/WebKit/Source/core/css/parser/CSSLazyPropertyParserImpl.cpp
 | 
| +++ b/third_party/WebKit/Source/core/css/parser/CSSLazyPropertyParserImpl.cpp
 | 
| @@ -19,6 +19,7 @@ CSSLazyPropertyParserImpl::CSSLazyPropertyParserImpl(CSSParserTokenRange block,
 | 
|  }
 | 
|  
 | 
|  StylePropertySet* CSSLazyPropertyParserImpl::parseProperties() {
 | 
| +  m_lazyState->countRuleParsed();
 | 
|    return CSSParserImpl::parseDeclarationListForLazyStyle(
 | 
|        m_tokens, m_lazyState->context());
 | 
|  }
 | 
| 
 |