| Index: third_party/WebKit/Source/core/dom/Document.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp
 | 
| index ecf025f9b8bbdf102ff34cfc044e347942b63755..d869dcd4c4aba137b7eac5b70335ec1b45fa7c0a 100644
 | 
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
 | 
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
 | 
| @@ -2279,7 +2279,7 @@ void Document::LayoutUpdated() {
 | 
|    if (GetFrame() && GetFrame()->GetPage())
 | 
|      GetFrame()->GetPage()->GetChromeClient().LayoutUpdated(GetFrame());
 | 
|  
 | 
| -  Markers().InvalidateRectsForAllMarkers();
 | 
| +  Markers().InvalidateRectsForAllTextMatchMarkers();
 | 
|  
 | 
|    // The layout system may perform layouts with pending stylesheets. When
 | 
|    // recording first layout time, we ignore these layouts, since painting is
 | 
| 
 |